C++20 sections · 1024 units
Open in CourseQuiz: String Input
Test understanding
Check Your Understanding
What does getline(cin, s) store if the user types "hello world"?
- A."hello world"
- B."hello"
- C."world"
- D."helloworld"
Test understanding
What does getline(cin, s) store if the user types "hello world"?