MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of the following 'C' program? main { extern int i; i = 20; print("%d",size of (i)); } |
| A. | 2 |
| B. | 8 |
| C. | Would vary compiler to cimpiler |
| D. | Error |
| Answer» E. | |