Explain briefly about standard input/output stream of c++.
Answers
Answered by
1
Output Stream: If the direction of flow of bytes is opposite, i.e. from main memory to device( display screen ) then this process is called output. Header files available in C++ for Input – Output operation are: iostream: iostream stands for standard input output stream.
Similar questions