Computer Science, asked by nurula366, 11 months ago

What are cin, cout and cerr streams in C++?

Answers

Answered by AmardeepS
0

These are the file handling streams in C++.

cin is successful if we are writing in the file.

cout is successful if we are reading out on the console.

cerr to handle the error logs if cin or cout fails.

Similar questions