adplus-dvertising
frame-decoration

Question

A program in C++ that inputs data from the keyboard or outputs data to the screen, is done by

a.

stdio file

b.

iostream file

c.

fstream file

d.

None of them

Answer: (b).iostream file

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A program in C++ that inputs data from the keyboard or outputs data to the screen, is done by

Similar Questions

Discover Related MCQs

Q. Errors like dividing a number by zero, is called as

Q. Computer programs guide the computer through orderly sets of actions specified by some people, called as

Q. Computers process data under the control of sets of instructions called

Q. A translator program that converts the high level language programs into machine language, is called

Q. Standard error stream referred as

Q. C language is evolved from

Q. Small chunks of data that is sent over a channel is called

Q. To speed up the programming process, a language was introduced that is called

Q. Edit, Preprocess, Compile, Link, Load and Execute all are example of?

Q. Which from the following editor is widely used on UNIX systems for C++ programs?

Q. Multi-programming involves the

Q. A variable name in C++ can be any valid identifier, but identifier must have a length of

Q. A computer is organized is how many logical units?

Q. Every variable stored in the computer's memory has a

Q. Statement terminator in C++ is denoted by

Q. In which year COBOL was developed?

Q. COBOL stands for

Q. Which from the following memories have a greater capacity, and long term warehousing structure

Q. Which from the following operators have a higher precedence?

Q. Attempting to use the modulus operator, with non-integer operands causes