Home » C Programming » Preprocessors » Question
  1. If #include is used with file name in angular brackets.
    1. The search path is expanded to include the current source directory
    2. The search path will expand
    3. The file is searched for in the standard compiler include paths
    4. All of above
    5. None of these
Correct Option: C

With the #include, if the filename is enclosed within angle brackets, the file is searched for in the standard compiler include paths.



Your comments will be displayed only after manual approval.