Question Detail Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B Similar Questions : 1. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A 2. If value has not type, then the pointer pointing to this value will be known as Empty pointerNull pointerVoid pointerNone of above Answer: Option C 3. Which is boolean operator for logical and &||&|&& Answer: Option D 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. Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1