MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program?#include#define int charvoid main(){int i = 65;printf("sizeof(i)=%d", sizeof(i));} |
| A. | izeof(i)=2 |
| B. | izeof(i)=1 |
| C. | ompiler Error |
| D. | one of These |
| Answer» C. ompiler Error | |