The correct option is (a) Only 1
Easiest 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.