Question: cin.getline( superstring, 30 ); Select one: a. cin.getline( superstring, 30, 't' ); b. cin.getline( superstring, 30, '0' ); c. cin.getline( superstring, 30, 's' ); d.
cin.getline( superstring, 30 );
Select one:
a.
cin.getline( superstring, 30, '\t' );
b.
cin.getline( superstring, 30, '\0' );
c.
cin.getline( superstring, 30, '\s' );
d.
cin.getline( superstring, 30, ' ' );
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
