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. If value has not type, then the pointer pointing to this value will be known as Empty pointerNull pointerVoid pointerNone of above Answer: Option C 2. Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C 3. Which operator is used for comparing two variables :===:== Answer: Option D 4. ios::ate is used for Set the initial position at the start of the file Set the last position at the end of the fileSet the initial position at the end of the fileSet the last position at the start of the file Answer: Option C 5. What is the value of sizeof(char) 1248 Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1