Q42
What is the data type of the result of 10 / 2 ?
A.
int
B.
float
AnswerC.
double
D.
numeric
Answer: Option B
Solution
Answer: Option B
Solution:
Division of two integers results in a floating-point number.