Computer Science, asked by oslearner, 10 months ago

what do you mean by stream in C++?​

Answers

Answered by PrashantMishra420420
1

A stream is an abstraction that represents a device on which input and ouput operations are performed. ... For example, file streams are C++ objects to manipulate and interact with files; Once a file stream is used to open a file, any input or output operation performed on that stream is physically reflected in the file.

Answered by lostboy12
2

Answer:

A C++ stream is a flow of data into or out of a program, such as the data written to cout or read from cin. For this class we are currently interested in four different classes: istream is a general purpose input stream.

hope its help you

plzz mark brainliest

thank you

-Viswajeet


lostboy12: plzz mark brainliest
lostboy12: plzzz plzz plzz
lostboy12: if you satisfied with my answer
oslearner: brainliest
lostboy12: thank you soo much
Similar questions