Multiple Choice
The arrow operator ->) specifies
A) a member of a struct or class that is pointed to by a pointer variable
B) the pointer member only of a struct or a class that is pointed to by a pointer variable
C) less than or equal
D) is known as NULL
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What C++11 keyword can you use instead
Q2: There is no need for error checking
Q3: What happens if you have two lists
Q4: Given the following stack declaration, which of
Q6: Given a linked list using the code
Q7: The constant NULL can be assigned only
Q8: If you want to make your linked
Q9: Given a linked list using the code
Q10: To add an item to a stack,
Q11: In a node type named MyNode, which