Q. Which operator is used to access the value at the address stored in a pointer?
β
Correct Answer: (B)
*
Explanation: The * operator is used to dereference a pointer and access the value at its address.