

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct about the program?
#include
|
A. | It prints garbage values infinitely |
B. | Runs infinitely without printing anything |
C. | Error: main() cannot be called inside printf() |
D. | No Error and print nothing |
Answer» C. Error: main() cannot be called inside printf() | |