Multiple Choice
The C++ directive ____ allows you to test whether a class has already been defined in a project; it means "if not defined."
A) #define
B) #endif
C) #ifdef
D) #ifndef
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: The one's complement operator (_) is the
Q44: If you want to create an array
Q45: isUpper() is a typical example of a(n)
Q46: Why is it a good idea to
Q47: A _ function has the same name
Q48: A(n) _ list provides constructor-required values for
Q49: Coupling is either tight coupling or loose
Q50: Match each term with the correct statement
Q52: All constructors are public.
Q53: In the software industry, what is RAD?