1.

What is the stored in the object obj in following lines of code?box obj;

A. Memory address of allocated memory of object
B.
C. Any arbitrary pointer
D. Garbage
Answer» C. Any arbitrary pointer


Discussion

No Comment Found