Question Detail How we mark the end of c++ statement ;:>><< Answer: Option A Similar Questions : 1. Meaning of deed copy is A deep copy creates a copy of the dynamically allocated objects tooA deep copy just copies the values of the data as they areA deep copy creates a copy of the statically allocated objects tooBoth A and C Answer: Option A 2. 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 3. Meaning of PDB Physical Database FileProgram Database FileProgram Direct FileNone of above Answer: Option B 4. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 5. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1