Which directory the compiler first looks for the file when using #include?
(a) Current directory where program is saved
(b) C:COMPILERINCLUDE
(c) S:SOURCEHEADERS
(d) Both C:COMPILERINCLUDE and S:SOURCEHEADERS simultaneously
The question was asked in an interview for job.
This is a very interesting question from File Inclusion in portion C Functions and Structure of a Program of C