1.

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

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


Discussion

No Comment Found