C Programming MCQ

1:

 If n has the value 3, then the output of the statement printf(  " %d %d " , n++, ++n);

A.

is 3 5 

B.

is 4 5 

C.

is 4 4

D.

is implementation dependent

 

Answer : D

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.