1.

Consider the following C function#includeint main(){char c[] = "ICRBCSIT17";char *p = c;printf("%s",c + 2[p] - 6[p] - 1);return 0;}The output of the program is

A. SI
B. IT
C. T1
D. 17
Answer» E.


Discussion

No Comment Found