Explain any two stream function in c++.
Answers
Answered by
1
Explanation:
These input stream objects are used to read and interpret the input as a sequence of characters. The cin handles the input. ostream class − The ostream class handles the output stream in c++ programming language. These output stream objects are used to write data as a sequence of characters on the screen.
Answered by
1
Answer:
These input stream objects are used to read and interpret the input as a sequence of characters. The cin handles the input. ostream class − The ostream class handles the output stream in c++ programming language. These output stream objects are used to write data as a sequence of characters on the screen
Similar questions