Multiple Choice
Choose the output of the following C++ statement:cout << "Sunny " << '\n' << "Day " << endl;
A) Sunny \nDay
B) Sunny \nDay endl
C) Sunny
Day
D) Sunny \n
Day
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: The maximum number of significant digits in
Q13: _ is a valid char value.<br>A) "-129"<br>B)
Q14: The value of the expression 33/10, assuming
Q15: The memory allocated for a float value
Q16: _ is the process of planning and
Q18: The declaration int a, b, c; is
Q19: Which of the following is a legal
Q20: In C++, reserved words are the same
Q21: _ functions are those that have already
Q22: _ is a valid int value.<br>A) 46,259<br>B)