Loading practice questions
A pointer _________________
Correct Answer: D — Can point to only one object at a time
Explanation:
The object pointer can point to only one object at a time. The pointer will be able to store only one address at a time. Hence only one object can be referred.