#include <stdio.h> int main(){ char c[] = "MCAGATE2025"; char *p =c; printf("%s", p+p[7]-8[p]+2) ; return 0; }
Standard input is empty
ATE2025
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!