Computer Science, asked by celinrajsindhu, 1 month ago

Computer : Write the predefined streams?​

Answers

Answered by maryamrazzaq2512
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 varshinisundar0109
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