1.

What will be the data type of the following expression? (Initial data type: a = int, var1 = double, var2 = float) expression (a < 50)? var1 : var2;

A. int
B. float
C. double
D. Cannot be determined
Answer» D. Cannot be determined


Discussion

No Comment Found

Related MCQs