English, asked by urja135, 3 months ago

In CPP, cin and cout are the predefined stream __________ .

Answers

Answered by yadavs4837
0

Answer:

cin, cout, cerr, and clog are streams that handle standard inputs and standard outputs. These are stream objects defined in iostream header file. std::cin is an object of class istream that represents the standard input stream oriented to narrow characters (of type char). It corresponds to the C stream stdin.

Explanation:

standard output answer

Answered by divyadivi1206
0

Answer:

Explanation:

operators

Similar questions