Multiple Choice
Which of the following preprocessor directives does not constitute part of the preprocessor wrapper?
A) #define
B) #endif
C) #ifndef
D) #include
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: A class-scope variable hidden by a block-scope
Q19: Which of the following is not true
Q20: Which of the following statements is false?<br>A)
Q21: If the line: friend class A;<br>Appears in
Q22: An error occurs if:<br>A) A non-reference, non-const,
Q24: Member function definitions:<br>A) Always require the scope
Q25: For a non-constant member function of class
Q26: Which of the following statements is false
Q27: Variables defined inside a member function of
Q28: The code fragment: Increment::Increment(int c, int i)<br>: