Home / Report Question

Q. What is stored in the object obj in following lines of code? box obj;
  • A. Memory address of allocated memory of object.
  • B. NULL
  • C. Any arbitrary pointer
  • D. Garbage

Correct Answer: B