-
What is the sequence for preprocessor to look for the file within <>?
-
- The current directory location
- The predefined location only
- The predefined location then the current directory
- The current directory then the predefined location
- None of these
Correct Option: C
<> first searches the predefined location for the specified file and then the current directory.