MCQOPTIONS
Saved Bookmarks
| 1. |
You can read input that consists of multiple lines of text using |
| A. | the normal cout << combination |
| B. | the cin.get( ) function with one argument |
| C. | the cin.get( ) function with two arguments |
| D. | the cin.get( ) function with three arguments |
| Answer» D. the cin.get( ) function with three arguments | |