iostream is a subclass of _______________
iostream is a subclass of _______________
The primary purpose of ios stream class is _______________
The primary purpose of ios stream class is _______________
\Which of the stream base class is used for low level processing?
\Which of the stream base class is used for low level processing?
The class fstream is used for _________________
The class fstream is used for _________________
C++ uses <iostream.h> directive because ________________
C++ uses <iostream.h> directive because ________________
The stream base class ios is used for _____________
The stream base class ios is used for _____________
For combining C++ stream I/O with the older C input/output functions, which class is used for this purpose?
For combining C++ stream I/O with the older C input/output functions, which class is used for this purpose?
A class that defines the cout, cerr, and clog objects and stream insertion operator, called __________
A class that defines the cout, cerr, and clog objects and stream insertion operator, called __________
ios: :scientific, ios: : fixed are included in which mask?
ios: :scientific, ios: : fixed are included in which mask?
What is the mask of ios: :dec, ios: :oct, ios: : hex in format flags?
What is the mask of ios: :dec, ios: :oct, ios: : hex in format flags?
Which flag is used for skipping the leading whitespace during formatting an input?
Which flag is used for skipping the leading whitespace during formatting an input?
For using memory string stream processing, which class is used _________________
For using memory string stream processing, which class is used _________________
Which from the following is an I/O library stream class?
Which from the following is an I/O library stream class?
The istream class defines the ____________
The istream class defines the ____________
The unformatted input functions are handled by ________________
The unformatted input functions are handled by ________________
Which from the following format flag is not included in ios: : adjustfield mask?
Which from the following format flag is not included in ios: : adjustfield mask?
A function call that is used with insertion and extraction operators but they look like objects when they are called by a program, called __________
A function call that is used with insertion and extraction operators but they look like objects when they are called by a program, called __________
ios: : skipws, ios: : left, ios: : dec, ios: : fixed, is an example of _______________
ios: : skipws, ios: : left, ios: : dec, ios: : fixed, is an example of _______________
Which of stream base class is used for low level processing?
Which of stream base class is used for low level processing?
The default constructor for ios class is ______________
The default constructor for ios class is ______________