adplus-dvertising
frame-decoration

Question

Iostream is a subclass of

a.

istream

b.

instream

c.

ostream

d.

Both a and c

Answer: (d).Both a and c

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Iostream is a subclass of

Similar Questions

Discover Related MCQs

Q. Ios state variables holds

Q. The class fstream is used for

Q. The I/O library provides how many stream base classes?

Q. Which from the following format flag is not included in ios: : adjustfield mask?

Q. What is the mask of ios: :dec, ios: :oct, ios: : hex in format flags?

Q. The default constructor for ios class is

Q. Which from the following is an I/O library stream class?

Q. The primary purpose of ios stream class is

Q. Which of the stream base class is used for low level processing?

Q. For using memory string stream processing, which class is used

Q. A class that defines the cout, cerr, and clog objects and stream insertion operator, is called

Q. The ios: : floatfield mask has how many format flags?

Q. For combining C++ stream I/O with the older C input/output functions, which class is used for this purpose?

Q. The I/O operations that use the extraction and insertion operators, are called

Q. Goodbit ( ), eofbit ( ), failbit ( ), badbit ( ) all functions are examples of

Q. The stream base class ios is used for

Q. Which flag is used for skipping the leading whitespace during formatting an input?

Q. A function call that is used with insertion and extraction operators but they look like objects when they are called by a program, is called

Q. Ios: :scientific, ios: : fixed are included in which mask?

Q. The append operator is denoted by