MCQOPTIONS
Saved Bookmarks
| 1. |
The output of the code below is #include int x; void main() { if (x) printf("hi"); else printf("how are u"); } |
| A. | hi |
| B. | how are you |
| C. | compile time error |
| D. | none of the mentioned |
| Answer» C. compile time error | |