Computer Science, asked by vaibhav169003ovwzww, 2 months ago

Explain in brief Insertion and Extraction operators with an example.​

Answers

Answered by Anonymous
6

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.

Similar questions