Question Detail How we mark the end of c++ statement ;:>><< Answer: Option A Similar Questions : 1. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B 2. Reference is like a PointerStructureArrayNone of above Answer: Option A 3. What is the meaning of base class in C++ Another class got inherit from this classIt inherit other classIt has a pointer variableIt is the first class declared Answer: Option A 4. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A 5. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1