MCQOPTIONS
Saved Bookmarks
| 1. |
Guess the output: main() { printf(“%d”, sizeof(‘a’)); //same as → sizeof(97) } |
| A. | 2 or 4 — |
| B. | 1 or 3 |
| C. | Garbage value |
| D. | ASCII value of a |
| Answer» B. 1 or 3 | |