Question Detail Can we define array of classes in c++ ? YesNo Answer: Option A Similar Questions : 1. Can we define array of classes in c++ ? YesNo Answer: Option A 2. int *ptr[5]; a pointer of 5 int elementsan array of 5 int pointersan array of 5 elements returning an int valuenone of above Answer: Option B 3. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 4. Size of a char is ? 1234 Answer: Option A 5. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B Read more from - C++ Programming Questions Answers - Set 2