Stream and difference between input and output streamin c++
Answers
Answered by
0
cin is an object of the input stream and is used to take input from input streams like files, console, etc. cout is an object of the output stream that is used to show output. Basically, cin is an input statement while cout is an output statement.
Similar questions