Which of the following statements restores the default fill character?

a. cout.defaultFill();
b. cout.fill();
c. cout.fill( 0 );
d. cout.fill( ' ' );

d. cout.fill( ' ' );

Computer Science & Information Technology

You might also like to view...

What compatibility issues exist between Access 2003 and Access 2013? What differences are there between Access 2007 and Access 2013?

What will be an ideal response?

Computer Science & Information Technology

A waiting thread transitions back to the ________ state only when another thread notifies it to continue executing.

a. runnable b. terminated c. new d. blocked

Computer Science & Information Technology