

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct about the below program?
#include
|
A. | The program prints 'IndiaBIX' 5 times |
B. | The program prints 'IndiaBIX' one time |
C. | The call to main() after exit() doesn't materialize. |
D. | The compiler reports an error since main() cannot call itself. |
Answer» C. The call to main() after exit() doesn't materialize. | |