Home » C Programming » Preprocessors » Question
  1. What is the sequence for preprocessor to look for the file within <>?
    1. The current directory location
    2. The predefined location only
    3. The predefined location then the current directory
    4. The current directory then the predefined location
    5. None of these
Correct Option: C

<> first searches the predefined location for the specified file and then the current directory.



Your comments will be displayed only after manual approval.