Report Bug
Qus : What is the value of a pointer variable?
QusWhat is the value of a pointer variable?

A. The value of the variable it points to
B. The size of the pointer
C. The memory address of the variable it points to
D. Garbage value


Solution
C. The memory address of the variable it points to






Report Bug