Question Detail Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B Similar Questions : 1. Which is not a correct variable type floatintdoublereal Answer: Option D 2. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A 3. What is getline() in c++ getline() extract the delimeter newline character from the input streamgetline() does not extract the delimeter newline character from the input streamNone of above Answer: Option A 4. Which type of variables can be referred from anywhere in the c++ code All variablesLocal variablesUniversal variablesGlobal variables Answer: Option D 5. How we mark the end of c++ statement ;:>><< Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1