1.

What is the sequence for preprocessor to look for the file within ?(a) The predefined location then the current directory(b) The current directory then the predefined location(c) The predefined location only(d) The current directory locationI had been asked this question during an interview for a job.I need to ask this question from File Inclusion in chapter C Functions and Structure of a Program of C

Answer» CORRECT answer is (a) The PREDEFINED location then the current directory

To EXPLAIN I would say: <> first SEARCHES the predefined location for the specified file and then the current directory.


Discussion

No Comment Found

Related InterviewSolutions