Q208
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
AnswerD.
Cannot be determined
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board