

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is false for cin? |
A. | It represents standard input. |
B. | It is an object of istream class. |
C. | It is a class of which stream is an object. |
D. | Using cin the data can be read from user’s terminal. |
Answer» D. Using cin the data can be read from user’s terminal. | |