Examveda
Examveda

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

Answer: Option A


This Question Belongs to C Program >> C Fundamentals

Join The Discussion

Related Questions on C Fundamentals