1.

Declaration of a pointer reserves memory space

A. for the object.
B. for the pointer.
C. both for the object and the pointer.
D. none of these.
Answer» C. both for the object and the pointer.


Discussion

No Comment Found