Answer the questions (i) to (iv) based on the following: class indoor_sports { int i_id; char i_name; char i_coach; protected: int i_rank,i_fee; void get_ifee(); public: indoor_sports(); void...
Q: There are 9 objects and 9 boxes. Out of nine objects, 5 can not fit in three small boxes. How many arrangements can vere made such that each object can put in one box only? Ans : As 5 objects can not...