NET JUNE 2015 PAPER-2 SOLVED PART-2
Pages: 1 2 3 4 5 What is the output of the following program ? (Assume that the appropriate pre-processor directives are included and there is no syntax error) main() { char S[ ] = “ABCDEFGH”; printf (“%C”,* (& S[3])); printf (“%s”, S+4); printf (“%u”, S); /* Base address of […]