Question Detail 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 Similar Questions : 1. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 2. Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B 3. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C 4. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A 5. Which of the following cannot be inherited from the base class ConstructorFriendBoth A and B cannot be inheritedBoth A and B can be inherited Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1