Cin and Cout in C++

Reading time: 30 minutes | Coding time: 10 minutes


C++ uses the concept of streams to perform I/O operations. A stream is a sequence of bytes in which character sequences are 'flown into' or 'flow out of'. Streams operate as the intermediate between the program and the I/O devices thus helping the programmers to achieve device independent I/O operations. The two types of streams in C++ are:



input stream
output stream

IOstreams-1


Headerfiles available in C++ for Input/Output Operations :



iostream - ios...
 •  0 comments  •  flag
Share on Twitter
Published on June 23, 2020 03:16
No comments have been added yet.