 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | #include <stdio.h>int main(){ extern int i; i = 20; printf("%d", sizeof(i)); return 0;}35.What will be output when you will execute following c code? | 
| A. | 4 2 1 | 
| B. | 8 4 4 | 
| C. | 8 4 2 | 
| D. | compiler dependent | 
| Answer» E. | |