InterviewSolution
Saved Bookmarks
| 1. |
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 simultaneouslyThe 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 |
|
Answer» Right CHOICE is (b) C:COMPILERINCLUDE |
|