Sail E0 Webinar
Question
What is the output of the following statements?
int i = 0;
printf("%d %d", i, i++);
Options:
A .  0 1
B .  1 0
C .  0 0
D .  1 1
E .  None of these
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers