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