The syntax for accessing a class (struct) member using the operator -> is ____.
A. pointerVariableName.classMemberName
B. pointerVariableName->classMemberName
C. pointerVariableName&->classMemberName
D. &pointerVariableName.classMemberName
Answer: B
Computer Science & Information Technology
You might also like to view...
Each individual piece of data in a recipient list is known as a(n) ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
Streaming is a digital delivery process that transmits a music file as a stream of data in real time as you listen to it.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology