MCQOPTIONS
What does the following fragment of C-program p..
What does the following fragment of C-program print?
char c[] = "GATE2011"; char *p =c; printf("%s", p + p[3] - p[1]) ;