Question:

Which operator is used to get value at address stored in a pointer variable?

Show Hint

Use \(*\) to dereference a pointer and retrieve the value from the memory address.
Updated On: June 02, 2025
  • &
  • ->
  • *
  • ||
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The asterisk (\(*\)) operator is used to dereference a pointer, i.e., to access the value stored at the memory location it points to.
Was this answer helpful?
0
0

Top Questions on Programming and Data Structures

View More Questions

TS PGECET Notification