Computer Science, asked by abhisheksingh4186, 1 year ago

Explain briefly about standard input/output stream of c++.

Answers

Answered by sameesaiyed9876
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