English, asked by meenadinesh6889, 17 days ago

Q. A.3 What is cout and cin? Give example​

Answers

Answered by DaLgOnA
22

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. They also use different operators.

Answered by Sofia213
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. Basically, cin is an input statement while cout is an output statement. They also use different operators.

Similar questions