Which operator is used to access the value stored at an address in C?

Explanation:

The * operator is the dereference operator to access value at a pointer.

Explore more in Computer Science: