Multiple Choice
__________ reads a line of input, including leading and embedded spaces, and stores it in a string object.
A) cin.get
B) getline
C) cin.getline
D) get
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: The only difference between the get function
Q18: The _ causes a program to wait
Q19: What is the value of x after
Q20: Which of the following functions tells the
Q21: This manipulator forces cout to print digits
Q23: The fixed manipulator causes a number to
Q24: When a program uses the setw manipulator,
Q25: Which of the following must be included
Q26: A debugging process where you, the programmer,
Q27: What is the value of x after