CJCoding With Joseph
15per day
← Back to Question List

Select topics to narrow your question pool, then enable Random to jump to a random question matching your filters.

Topics:
C++ Quiz #67

The ws Manipulator

easyStreams

What does the ws manipulator do when used with an input stream? ``cpp getline(cin >> ws, name); ``