Question Detail C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D Ad Similar Questions : 1. Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C 2. What is class in c++ ? When you define a class, you define a blueprint for a data type.When you define a class, you make get more funtionality.When you define a class, you define the logic. When you define a class, you make debugging. Answer: Option A 3. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 4. What is data hiding ? It is related with hiding internal object detailsIt is related with showing internal object detailsIt is related with datatypesNone of above Answer: Option A 5. Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A Read more from - C++ Programming Questions Answers - Set 2