Question Detail Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C 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. 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 3. Which operator is used for comparing two variables :===:== Answer: Option D 4. Which is not a correct variable type floatintdoublereal Answer: Option D 5. Meaning of deed copy is A deep copy creates a copy of the dynamically allocated objects tooA deep copy just copies the values of the data as they areA deep copy creates a copy of the statically allocated objects tooBoth A and C Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1