C++20 sections · 1024 units
Open in Course

Quiz: String Input

Test understanding

Check Your Understanding

What does getline(cin, s) store if the user types "hello world"?

  1. A."hello world"
  2. B."hello"
  3. C."world"
  4. D."helloworld"
Start the roadmap to answer the quizzes and solve the challenges