Top 150+ Solved Object Oriented Programming with C++ (OOP in C++) MCQ Questions Answer
Q. The class that derived from standard library ios contain output functions
a. Ios
b. iostream
c. istream
d. ostream
Q. The function contain in the class iomanip to set width
a. setw()
b. set precision()
c. set fill()
d. setiosflags()
Q. The function contain in the class iomanip to fill characters in the un used space
a. setw()
b. set precision()
c. set fill()
d. setiosflags()
Q. The function contain in the ios class to fill characters in the blank space
a. width()
b. precision()
c. fill()
d. setf()
Q. The function contain in the ios class to specify number of decimal places
a. width()
b. precision()
c. fill()
d. setf()