First page Back Continue Last page Graphics
cin >> name;
Read from the standard input into the data area of name.
- First it skips any whitespace characters (space, tab, backspace, or end of the line).
- Next it reads any characters into name until it encounters another whitespace character or end-of-file.
The value of the expression is cin.
Tries to flush properly to display previous couts.