Question Detail

What is getline() in c++

  • getline() extract the delimeter newline character from the input stream
  • getline() does not extract the delimeter newline character from the input stream
  • None of above
Similar Questions :

1. Difference between static and dynamic memory allocation is

  • In static memory allocation memory to be allocated in preknown
  • In dynamic memory allocation memory to be allocated in preknown
  • There is no differnece
  • Not exact difference is mentioned

2. Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above

3. Meaning of STL

  • Standard Tree Library
  • Standard Term Library
  • Standard Template Library
  • None of above

4. Can #define accept parameters

  • Yes
  • No

5. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&
Read more from - C++ Programming Questions Answers - Chapter 1