#include <iostream>using namespace std; #define last(x) printf("%c", #x[sizeof(#x)-2]); int main() { last(abc); return 0;}
Standard input is empty
c
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!