Which of the following is an illegal use of function put?
a. cout.put( 'A' );
b. cout.put( "A" );
c. cout.put( 'A' ).put( '\n' );
d. cout.put( 65 );
b. cout.put( "A" );
Computer Science & Information Technology
You might also like to view...
The Highlighting color can not be changed
Indicate whether the statement is true or false
Computer Science & Information Technology
The Quick Access Toolbar appears in the ________ corner of the Project 2013 window
A) bottom-right B) bottom-left C) top-left D) top-right
Computer Science & Information Technology