Question Detail Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B Similar Questions : 1. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 2. expression x.y represents as member x of object ymember y of object xmember y of object pointed by xall of above Answer: Option B 3. 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 4. 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 5. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1