What is the type of the following assignment expression if x is of type float and y is of type int?
y = x + y;
y = x + y;What is the type of the following assignment expression if x is of type float and y is of type int?
y = x + y; Correct Answer int
মোঃ আরিফুল ইসলাম
Feb 20, 2025