C Basics - C programming (MCQ) questions for Q. 27525

Q.  What would happen if you create a file stdio.h and use #include "stdio.h" ?
- Published on 26 Feb 17

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

ANSWER: The user-defined library file will be selected
 

    Discussion

  • Indhu Paleti   -Posted on 15 Feb 22
    According to the programming rule, we first search for the local variables and then the global variables....in the same way we first prefer the User defined library if it is not there then moves on the pre defined library.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)