A

Admin • 833K Points
Coach

Q. Which of the following operators is used for object dereferencing in C++?

  • (A) *
  • (B) &
  • (C) ->
  • (D) ::
  • Correct Answer - Option(C)
  • Views: 18
  • Filed under category C++
  • Hashtags:

Explanation by: Admin

The '->' operator is used to access members of a structure or class through a pointer.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.