Multiple Choice
The syntax for accessing a class (struct) member using the operator -> is ____.
A) pointerVariableName.classMemberName
B) pointerVariableName->classMemberName
C) pointerVariableName&->classMemberName
D) &pointerVariableName.classMemberName
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: When a dynamic variable is no longer
Q14: When * is used as a unary
Q15: Variables that are created during program execution
Q16: An array created during the execution of
Q17: The operator new has two forms: one
Q19: In the line of code int* p,q,
Q20: The correct syntax for the destructor of
Q21: In an array list, the time complexity
Q22: The increment operator increments the value of
Q23: In a shallow copy, two pointers of