Question Detail Which type of variables can be referred from anywhere in the c++ code All variablesLocal variablesUniversal variablesGlobal variables Answer: Option D Similar Questions : 1. What is inheritance Inheritance allows one class to reuse the state and behavior of another class.It deals with dangling pointersIt deals with void pointersIt is type of class declaration Answer: Option A 2. How we mark the end of c++ statement ;:>><< Answer: Option A 3. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C 4. Constructor is A class automatically called whenever a new object of this class is createdA class automatically called whenever a new object of this class is destroyedA function automatically called whenever a new object of this class is createdA function automatically called whenever a new object of this class is destroyed Answer: Option C 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1