Home » C Programming » Preprocessors » Question
  1. #include <somefile.h> are _______ files and #include “somefile.h” ________ files.
    1. Library, user-created header
    2. User-created header, library
    3. They can include all types of file
    4. Library, Library
    5. None of these
Correct Option: C

Both of these statement can be used to select any file.



Your comments will be displayed only after manual approval.