

MCQOPTIONS
Saved Bookmarks
1. |
What is the type of the following assignment expression if x is of type float and y is of type int? |
A. | int |
B. | float |
C. | there is no type for an assignment expression |
D. | doubleView Answer |
Answer» B. float | |