Report Bug
Qus : What does the "&" operator do in the context of pointers?
QusWhat does the "&" operator do in the context of pointers?

A. Dereferences a pointer
B. Returns the value of a variable
C. Returns the address of a variable
D. Multiplies two values


Solution
C. Returns the address of a variable






Report Bug