Multiple Choice
Which of the following statements will pause the screen until the [Enter] key is pressed?
A) cin;
B) cin.getline() ;
C) cin.get() ;
D) cin.ignore() ;
E) cin.input() ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: Which of the following must be included
Q26: A debugging process where you, the programmer,
Q27: What is the value of x after
Q28: If you want to know the length
Q29: What will be displayed after the following
Q31: When C++ is working with an operator,
Q32: Which of the following will allow the
Q33: Which of the following functions will return
Q34: The cin << statement will stop reading
Q35: How many characters will the following statement