What is the use of the cout
and cin object!
Answers
Answered by
2
Answer:
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.
Answered by
1
Answer:
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.
Similar questions