fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. #define last(x) printf("%c", #x[sizeof(#x)-2]);
  5.  
  6. int main() {
  7. last(abc);
  8. return 0;
  9. }
Success #stdin #stdout 0s 3412KB
stdin
Standard input is empty
stdout
c