Multiple Choice
Which of the following statements restores the default fill character?
A) cout.defaultFill() ;
B) cout.fill() ;
C) cout.fill(0) ;
D) cout.fill(' ') ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: The good member function will return false
Q19: The putback member function returns to the
Q20: Which of the following is not true
Q21: 2.1 Q2 [C++11] Which of the following
Q22: What will be output by the following
Q24: Overloaded operators can be used to test
Q25: Which of the following outputs does not
Q26: What will be output by the following
Q27: Which of the following classes is a
Q28: Select the correct statement regarding C++ I/O