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 Ad Similar Questions : 1. Difference between static and dynamic memory allocation is In static memory allocation memory to be allocated in preknownIn dynamic memory allocation memory to be allocated in preknownThere is no differneceNot exact difference is mentioned Answer: Option A 2. Meaning of PDB Physical Database FileProgram Database FileProgram Direct FileNone of above Answer: Option B 3. Meaning of STL Standard Tree LibraryStandard Term LibraryStandard Template LibraryNone of above Answer: Option C 4. Can #define accept parameters YesNo Answer: Option A 5. Which is boolean operator for logical and &||&|&& Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1