InterviewSolution
Saved Bookmarks
| 1. |
If the file name is enclosed in angle brackets, then ___________(a) The preprocessor treats it as a user-defined file(b) The preprocessor treats it as a system-defined file(c) The preprocessor treats it as a user-defined file & system-defined file(d) None of the mentionedThe question was posed to me during an online exam.This question is from File Inclusion topic in division C Functions and Structure of a Program of C |
|
Answer» The CORRECT ANSWER is (b) The PREPROCESSOR TREATS it as a system-defined file |
|