Multiple Choice
What is the type of the following assignment expression if x is of type float and y is of type int? y = x + y;
A) int
B) float
C) there is no type for an assignment expression
D) double
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: Which of the following declaration is not
Q32: When do you need to use type-conversions?<br>A)The
Q33: Which of the following data type will
Q34: Which data type is most suitable for
Q35: Which of the following is not a
Q37: Which of the following statements should be
Q38: Which of the following is not an
Q39: Which of the following is not a
Q40: Which among the following is NOT a
Q41: Which of the following declaration is illegal?<br>A)char