Question Detail Which is boolean operator for logical and &||&|&& Answer: Option D Similar Questions : 1. 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 2. Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C 3. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 4. Which type of variables can be referred from anywhere in the c++ code All variablesLocal variablesUniversal variablesGlobal variables Answer: Option D 5. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1