MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following C code? #include void main() { int x = 5; if (x < 1); printf("Hello"); } |
| A. | Nothing |
| B. | Run time error |
| C. | Hello |
| D. | Varies |
| Answer» D. Varies | |