Question Detail Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B Similar Questions : 1. ios::ate is used for Set the initial position at the start of the file Set the last position at the end of the fileSet the initial position at the end of the fileSet the last position at the start of the file Answer: Option C 2. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 3. Can #define accept parameters YesNo Answer: Option A 4. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 5. Can we overload constructors in C++ YesNo Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1