1.

What will be the data type of the following expression? (Initial data type: n = int, num1 = double, num2 = float)
expression (n < 25)? num1 : num2;

A. float
B. double
C. int
D. All of above
E. None of these
Answer» C. int


Discussion

No Comment Found

Related MCQs