What would happen if you create a file stdio.h and use #include “stdio.h”?
(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
This question was posed to me during an internship interview.
My doubt is from File Inclusion in portion C Functions and Structure of a Program of C