adplus-dvertising
frame-decoration

Question

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

a.

Only one

b.

Two

c.

Three

d.

Four

Answer: (b).Two

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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

Similar Questions

Discover Related MCQs

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

Q. There are how many types of stream operators?

Q. Which operators used when one object is assigned to another object that has already been declared for the same class?

Q. All these strncpy ( ), strstr ( ), strok( ), strchr ( ) functions belongs to