Loading practice questions
Which among the following is true?
Correct Answer: C — The pointer to object can hold address only
Explanation:
The pointer to an object can hold only the addresses. Address of any other object of same class. This allows the programmer to link more than one objects if required.