Which of the following statement is correct about the code snippet given below?
num = 5; printf( “%d”, ++num++ );
Answer: C
No answer description available for this question.