A

Admin • 833K Points
Coach

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

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

Explanation by: Admin

The * operator is used to dereference a pointer and access the value at its address.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.