Page 1 of 1

What would happen if you create a file stdio.h and use #include “stdio.h”?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) The predefined library file will be selected
b) The user-defined library file will be selected
c) Both the files will be included
d) The compiler won’t accept the program