GATE Computer Science (CS) 2011 Solved Paper

© examsiri.com
Question : 32 of 65
 
Marks: +1, -0
What does the following fragment of C program print?

char c[ ]= "GATE2011";
char *p = c;
printf("%s", p + p [3]  - p [1]);

Go to Question: