Question Detail Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B Similar Questions : 1. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 2. Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B 3. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 4. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All 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