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. Can #define accept parameters YesNo Answer: Option A 2. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 3. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 4. How we mark the end of c++ statement ;:>><< Answer: Option A 5. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1