0 votes
in C Plus Plus by
Which operator is used to access the value stored in a variable pointed to by a pointer in C Language?

A) *

B) &

C) $

D) %

1 Answer

0 votes
by
Answer: A

Explanation: The * operator is used to access the value stored in a variable pointed to by a pointer in C Language. It is called the dereference operator.
...