Multiple Choice
A member of a structure or of a class is accessed using the
A) Comma operator
B) The dot operator
C) The indexing operator
D) The ampersand operator
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: What is the error in the following
Q15: Consider the class and struct definitions
Q16: There is no aggregate initialization available for
Q17: A structure can have a member whose
Q18: A class type cannot be used in
Q20: A structure variable can be defined directly
Q21: It seems that mutator and accessor functions
Q22: Carefully identify,define each term and give differences
Q23: If,in a class,one uses the keyword public:,it
Q24: In the structure definition<br>struct StudentRecord<br>{<br>int studentID;<br>char grade;<br>}<br>give