Define Cin and Cout ?
Answers
Answered by
2
❥ A᭄nswer✭࿐
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.
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. Basically, cin is an input statement while cout is an output statement.
Hope It Helps
Please Mark Me As Brainliest
Similar questions