

MCQOPTIONS
Saved Bookmarks
1. |
What would be output of the following program ? #include "stdio.h" main() { printf(“%d%d”, size of (NULL!), size of (“ “)); } |
A. | 2 1 |
B. | 1 2 |
C. | 2 2 |
D. | 1 1 |
Answer» D. 1 1 | |