Multiple Choice
What literal(s) appear in the following C++ statement? int number = 4 + 8;
A) 12
B) 4
C) 8
D) number
E) both B and C
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Variables represent storage locations in the computer's
Q15: The numeric data types in C++ are
Q17: What value will be assigned to the
Q18: The is used to display information on
Q19: The following two statements both assign the
Q20: Which of the following is/are valid C++
Q22: The following two statements could be used
Q22: The expression 7 / 2 evaluates to<br>A)7.2<br>B)14<br>C)1<br>D)3.5<br>E)3
Q23: The following two C++ statements perform the
Q24: #include <iostream> is an example of a(n)<br>A)comment.<br>B)compiler