define streams insertion
Answers
Answered by
1
Answer:
define streams insertion of this message in context unsubscribe in this thread for
Answered by
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