Top

Discussion

Which of the following statement is correct about the code snippet given below?
 

num = 5;
printf( “%d”, ++num++ );

 

  • A.The code will print 5
  • B.The code will print 6
  • C.The code will result in L – value required
  • D.The code will result in R – value required

Answer: C

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment