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. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A 2. Default constructor has how many arguments 1230 Answer: Option D 3. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A 4. Reference is like a PointerStructureArrayNone of above Answer: Option A 5. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1