Computer Science, asked by sanketmhaske1901, 1 year ago

By default the standard input device for c++ program is

Answers

Answered by surajithere
5
Your question is not clear BTW.
So, according to me the standard input device for C++ Program is Keyboard.

surajithere: Why don't you mark it as Brainliest?
Answered by phillipinestest
4

By default, the "standard input device" for a "C++ program" is "Keyboard". The standard modules and other resources provided by C++ as default for standard input output are stored in the iostream.h header file. So, it is "very important" to "make sure" that iostream.h is included in your every program while coding in C++ programming language as most of the programs we write will require the input or output functionality in it.

Similar questions