Computer Science, asked by nayanmanocha6768, 10 months ago

Managing console i/o operations in c++

Answers

Answered by HemanthKapa
0

In case of C++ it uses streams to perform input and output operations in standard input output devices (keyboard and monitor). A stream is an object which can either insert or extract the character from it. The standard C++ library is iostream and standard input / output functions in C++ are: cin.

Similar questions