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

The user-defined library file will be selected



Your comments will be displayed only after manual approval.