Vidyalelo
C Programming · Q276

C Fundamentals

Programming · C Programming · question 276

Q276

What will be the data type of the result of the following operation? (float)a * (int)b / (long)c * (double)d

A.
int
B.
long
C.
float
D.
double
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board