1.

What will be the output of the following program ? main() { char *p = “ayqm”; printf (“%c”, ++*(p++));}

A. b
B. z
C. q
D. n
Answer» B. z


Discussion

No Comment Found