NET DEC 2014 PAPER 2 SOLVED PART-2
PAGES: 1 2 3 4 5 11. What will be the output of the following ‘C’ code ? main ( ) { int x = 128; printf (“\n%d”, 1 + x++); } (A) 128 (B) 129 (C) 130 (D) 131 Answer: B What does the following expression means ? char […]