InterviewSolution
Saved Bookmarks
| 1. |
The preprocessor directive used to give additional information to the compiler, beyond which is conveyed in the language _____________(a) #include(b) #define(c) #pragma(d) #elifThis question was posed to me by my college director while I was bunking the class.I would like to ask this question from Pragma topic in division C Preprocessor of C |
|
Answer» CORRECT answer is (c) #pragma Best EXPLANATION: The PREPROCESSOR DIRECTIVE #pragma is used to give additional information to the compiler, other than what is conveyed in the LANGUAGE itself. |
|