A

Admin • 833K Points
Coach

Q. Which operator is used to access value at address stored in pointer?

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

Explanation by: Admin

* is the dereference operator in C.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.