Loading practice questions
How many objects can be returned at once?
Correct Answer: A — Only 1
Explanation:
Like any other value, only one object can be returned at ones. The only possible way to return more than one object is to return address of an object array. But that again comes under returning object pointer.