Multiple Choice
A C++ structure can also be declared as a(n) ____ with no member functions and all public data members.
A) class
B) string
C) array
D) constant
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Declaring an array of structures is different
Q2: The real power of structures is realized
Q3: A C++ class can be declared as
Q4: The expression _ uses the postfix increment
Q6: Union members are referenced by using the
Q7: C++ provides a special pointer value called
Q8: The steps for returning a structure from
Q9: The initialization of structures follows the same
Q10: The general expression (*pointer).member can always be
Q11: A(n) _ is a set of structures