

MCQOPTIONS
Saved Bookmarks
1. |
What would happen if you create a file stdio.h and use #include stdio.h ? |
A. | The compiler won t accept the program |
B. | Both the files will be included |
C. | The predefined library file will be selected |
D. | The user-defined library file will be selected |
E. | None of these |
Answer» E. None of these | |