35.3k views
0 votes
To use a stored address, C provides us with an indirection operator, ____.

A) %
B) ^
C) &
D) *

User Borph
by
6.8k points

1 Answer

3 votes

In C programming language indirection operator & is used to access pointer variable value.

The answer is therefore C.

Hope this helps.

r3t40

User Thomasrutter
by
7.0k points