Vidyalelo
C Programming · Q20

Function

Programming · C Programming · question 20

Q20

What is the result of the expression floor(5.7) in C, assuming proper inclusion of the math library?

A.
5
Answer
B.
6
C.
0.7
D.
Error

Answer: Option A

Solution

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