MCQOPTIONS
Saved Bookmarks
| 1. |
What will be output if you will compile and execute the following c code? #includeint main(){printf("%d",sizeof(5.2)); return 0;} |
| A. | 2 |
| B. | 4 |
| C. | 8 |
| D. | 10 |
| Answer» D. 10 | |