1.

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» D. The code will result in R value required


Discussion

No Comment Found