

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of this program on an implementation where int occupies 2 bytes? |
A. | i=4 j=2 |
B. | i=3 j=2 |
C. | i=5 j=2 |
D. | the behavior is undefined |
Answer» C. i=5 j=2 | |