Question Detail Which is not a correct variable type floatintdoublereal Answer: Option D Similar Questions : 1. 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 2. C++ programs must contain start()system()main()program() Answer: Option C 3. Which of the following cannot be inherited from the base class ConstructorFriendBoth A and B cannot be inheritedBoth A and B can be inherited Answer: Option C 4. Reference is like a PointerStructureArrayNone of above Answer: Option A 5. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1