Computer Science, asked by mohamedsheikm410, 5 months ago

define streams insertion​

Answers

Answered by rishisoni99
1

Answer:

define streams insertion of this message in context unsubscribe in this thread for

Answered by Srinijathirumurugan
0

Explanation:

C++ is able to input and output the built-in data types using the stream extraction operator >> and the stream insertion operator <<. The stream insertion and stream extraction operators also can be overloaded to perform input and output for user-defined types like an object.

Hope it helps...

Similar questions