P

Praveen Singh • 36.81K Points
Coach

Q. Which of the following C++ operators is used to dereference a pointer?

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

Explanation by: Praveen Singh
The '*' operator is used to dereference a pointer, meaning to access the value at the address it points to.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics