What does the following fragment of C program print?
char c[] = "GATE2011";
char *p = c;
printf("%s", p + p[3] - p[1]);
(A) GATE2011
(B) E2011
(C) 2011
(D) 011
Download
0 formats
No download links available.
Gate 2011 pyq C Programming |What does the following C program print? char c[] = "GATE2011"; | NatokHD