-
What would happen if you create a file stdio.h and use #include “stdio.h”?
-
- The compiler won’t accept the program
- Both the files will be included
- The predefined library file will be selected
- The user-defined library file will be selected
- None of these
Correct Option: D
The user-defined library file will be selected