Computer : Write the predefined streams?
Answers
Answered by
1
⭐⭐The predefined streams in C++ are Cin - standard input, Cout - standard output, Cerr - Standard error output, and Clog - buffered version. Explanation: C++ has a more number of predefined streams and these predefined streams are also called as standard input and output obj⭐⭐
Answered by
1
Answer:
The predefined streams in C++ are Cin - standard input, Cout - standard output, Cerr - Standard error output, and Clog - buffered version. Explanation: C++ has a more number of predefined streams and these predefined streams are also called as standard input and output objects
Explanation:
mark as brainlist
Similar questions