Question

Q1: Which of the following is an illegal use of function put?
a. cout.put( 'A' );
b. cout.put( "A" );
c. cout.put( 'A' ).put( ' ' );
d. cout.put( 65 );

Answer

This answer is hidden. It contains 16 characters.