Question

Q1: Which of the following statements restores the default fill character?
a. cout.defaultFill();
b. cout.fill();
c. cout.fill( 0 );
d. cout.fill( ' ' );

Answer

This answer is hidden. It contains 16 characters.