Computer Science, asked by ray887553, 8 months ago

which statement in C plus plus is used to input data from the user​

Answers

Answered by ss1868851
6

Answer:

Standard input stream (cin): usually the input device in a computer is the keyboard. C++cin statement is the instance of the class istream and is used to read input from the standard input device which is usually a keyboard

Similar questions