Back to Browse

Gate 2011 pyq C Programming |What does the following C program print? char c[] = "GATE2011";

777 views
Nov 21, 2022
4:26

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