Multiple Choice
Which of the following is a directive used to create an "include guard" that allows a program to be conditionally compiled to prevent a header file from accidentally being included more than once?
A) #include
B) #guard
C) #ifndef
D) #endif
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q44: Where are class declarations usually stored?<br>A) on
Q45: Which of the following is automatically called
Q46: Class objects can be defined prior to
Q47: For the following code, which statement is
Q48: What is the output of the
Q49: When a constructor has a member initialization
Q50: The destructor function's return type is<br>A) int<br>B)
Q52: Destructor functions are often used to free
Q53: Objects in an array are accessed with
Q54: In C++11 you can have one constructor