Multiple Choice
When the final value of an expression is assigned to a variable, it will be converted to
A) the smallest possible data type.
B) the largest possible data type.
C) the data type of the variable.
D) the data type of the expression.
E) none of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The cin object must be followed by<br>A)
Q3: Hand tracing a program is<br>A) a program
Q4: The following statement sets the value of
Q5: Program code that can be evaluated to
Q6: To use stream manipulators, you should include
Q7: The _ operator always follows the cin
Q8: The cin object lets the user enter
Q9: When an operator's operands are of different
Q10: When a C++ expression is evaluated, binary
Q11: What does the following C++ expression evaluate