By default the standard output devicevfor c++ program is
Answers
Answered by
5
Output Stream defined as manipulating bytes to the output device like screen or file. for example, cout standard function used for printing streaming bytes into the screen.
Answered by
2
" By default the "standard output device" for C++ program is Monitor. For any of the programming language that the user performs in the computer system has a standard output device by default, which is the monitor.
The “cout” command in C++ programming is used to get the output values and by default the "standard input device" for C++ program will be the keyboard. "
Similar questions