Question Detail what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A Similar Questions : 1. Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A 2. Difference between static and dynamic memory allocation is In static memory allocation memory to be allocated in preknownIn dynamic memory allocation memory to be allocated in preknownThere is no differneceNot exact difference is mentioned Answer: Option A 3. Every class has atleast one construtor TrueFalse Answer: Option A 4. expression x.y represents as member x of object ymember y of object xmember y of object pointed by xall of above Answer: Option B 5. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1