Home » C Programming » Preprocessors » Question
  1. Which directory the compiler first looks for the file when using #include?
    1. C:COMPILERINCLUDE
    2. S:SOURCEHEADERS
    3. Both C:COMPILERINCLUDE and S:SOURCEHEADERS simultaneously
    4. Current directory where program is saved
    5. None of these
Correct Option: A

C:COMPILERINCLUDE



Your comments will be displayed only after manual approval.