Multiple choice

Which of the following member dereferencing operators is used to access a member using a pointer to the object and a pointer to that member?

  1. ::*

  2. *

  3. ->*

  4. ==

  5. ++

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This member dereferencing operator is used to access a member using a pointer to the object and a pointer to that member.