Q. What is the type of the following assignment expression if x is of type float and y is of type int?y = x + y; (Solved)
1. int
2. float
3. there is no type for an assignment expression
4. double
- a. int
1. int
2. float
3. there is no type for an assignment expression
4. double