Multiple Choice
Which of the following will cause the next output to begin on a new line?
A) cout << endl;
B) cout << "endl";
C) cout << "/n";
D) All of the above
E) A and C, but not B
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The bool data type<br>A) can be used
Q3: C++ is a case-sensitive language.
Q4: The expression 5 / 2 evaluates to<br>A)
Q4: The expression 5 / 2 evaluates to<br>A)
Q6: Every C++ program must have<br>A) comments.<br>B) variables.<br>C)
Q7: The expression 7 % 2 evaluates to<br>A)
Q8: Which of the following definitions will allow
Q9: Which of the following is/are valid C++
Q11: The _ is used to display information
Q16: What value will be assigned to the