Solved

Getline Superstring, 30 );

Question 8

Multiple Choice

getline superstring, 30 ) ;
Is equivalent to which of the following?


A) cin.getline superstring, 30, '\0' ) ;
B) cin.getline superstring, 30, '\n' ) ;
C) cin.getline superstring, 30, '\s' ) ;
D) cin.getline superstring, 30, '\t' ) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions