Vidyalelo
C Programming · Q53

Function

Programming · C Programming · question 53

Q53

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
Answer
C.
Both the files will be included
D.
The compiler won't accept the program

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board