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:

Verified
Correct Answer:
Verified
Related Questions
Q13: Which of the following can have a
Q14: All of the following can cause a
Q15: Pointers may be assigned which of the
Q16: Consider the following function: void reverse(char *string1,
Q17: Which of the following gives the number
Q19: Given a built-in array of ints named
Q20: Which of the following is not a
Q21: A function that prints a string by
Q22: Three of the following expressions have the
Q23: Which statement would be used to declare