The istream class defines the ____________
The istream class defines the ____________
Which from the following is an I/O library stream class?
Which from the following is an I/O library stream class?
Which of stream base class is used for low level processing?
Which of stream base class is used for low level processing?
C++ uses <iostream.h> directive because ________________
C++ uses <iostream.h> directive because ________________
\Which of the stream base class is used for low level processing?
\Which of the stream base class is used for low level processing?
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 __________
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 __________
The unformatted input functions are handled by ________________
The unformatted input functions are handled by ________________
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?
For using memory string stream processing, which class is used _________________
For using memory string stream processing, which class is used _________________
ios: : skipws, ios: : left, ios: : dec, ios: : fixed, is an example of _______________
ios: : skipws, ios: : left, ios: : dec, ios: : fixed, is an example of _______________
The primary purpose of ios stream class is _______________
The primary purpose of ios stream class is _______________
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?
The default constructor for ios class is ______________
The default constructor for ios class is ______________
ios: :scientific, ios: : fixed are included in which mask?
ios: :scientific, ios: : fixed are included in which mask?
iostream is a subclass of _______________
iostream is a subclass of _______________
The stream base class ios is used for _____________
The stream base class ios is used for _____________
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?
The class fstream is used for _________________
The class fstream is used for _________________
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?