Q. What is stored in the object obj in following lines of code? box obj; (Solved)
1. Memory address of allocated memory of object.
2. NULL
3. Any arbitrary pointer
4. Garbage
- b. NULL
1. Memory address of allocated memory of object.
2. NULL
3. Any arbitrary pointer
4. Garbage