

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following C code on a 32-bit machine? |
A. | p and q are 4 and 4 |
B. | p and q are 4 and 8 |
C. | compiler error |
D. | p and q are 2 and 8View Answer |
Answer» B. p and q are 4 and 8 | |