Question Detail Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B Ad Similar Questions : 1. Which type of variables can be referred from anywhere in the c++ code All variablesLocal variablesUniversal variablesGlobal variables Answer: Option D 2. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 3. Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A 4. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1