Multiple Choice
The main difference between structures and classes is:
A) Whether they default to public or private access.
B) How they access member variables.
C) That classes always require new be used with them while structures do not.
D) There is no difference between structures and classes.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Which function would be the most useful
Q17: Memcmp would return _ for the call
Q18: Strtok does not:<br>A) Replace each delimiting character
Q19: The number of bits in a bit
Q20: Let Bit1 = Bit2 = 1. Which
Q22: Which of the statements a), b) and
Q23: Evaluate (00001000 & 11000101) ^ (11110000).<br>A) 00001101<br>B)
Q24: A bit field must be declared as
Q25: Which of the following is not a
Q26: Typedef is used to:<br>A) Create a type