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. What is the value of sizeof(char) 1248 Answer: Option A 3. Reference is like a PointerStructureArrayNone of above Answer: Option A 4. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C 5. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1