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...
What is the basic equation for defining morality?
What will be an ideal response?
Computer Science & Information Technology
For items like page numbers and dates, the slide master contains formatted field ________ and not actual information
Fill in the blank(s) with correct word
Computer Science & Information Technology
Work and material costs are assigned to tasks differently.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
A(n) ____ is a list of homogenous elements in which the addition and deletion of elements occurs only at one end.
A. stack B. queue C. array D. linked list
Computer Science & Information Technology