which statement in C plus plus is used to input data from the user
Answers
Answered by
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