Examveda
Examveda

The getline() function reads a line of text until _____

A. the length used as the second argument is reached

B. the character used as the third argument is reached

C. either (a) or (b)

D. neither (a) nor (b)

Answer: Option C


Join The Discussion

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block