Multiple choice A C++ stream is the flow of control through a function a flow of data from one place to another not related to a class takes no arguments Reveal answer Fill a bubble to check yourself B Correct answer Explanation In C++, a stream is an abstraction that represents a device on which input and output operations are performed. It acts as a flow of data between a source and a destination.