

MCQOPTIONS
Saved Bookmarks
1. |
If n has the value 3, then the output of the statementprintf( " %d %d " , n++, ++n); |
A. | is 3 5 |
B. | is 4 5 |
C. | is 4 4 |
D. | is implementation dependent |
Answer» E. | |