Tuesday 23 June 2015

Q11,p2,d14. 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

No comments:

Post a Comment

Note: only a member of this blog may post a comment.