

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of this 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 8 |
Answer» B. p and q are 4 and 8 | |