Computer Science, asked by MoonSwirI, 15 days ago

Define Cin and Cout​

Answers

Answered by Ᏸυէէєɾϝɭყ
3

Answer:

  • Cin and Cout are objects used for input and output files, respectively.

Answered by ItzBangtansBird
1

Answer:

{\huge{\textbf{\textsf{{\color{navy}{♡ An}}{\purple{sw}}{\pink{er ♡}}}}}}

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