Q20
Which standard library function is used to find the largest integer less than or equal to a given floating-point number in C?
A.
floor()
AnswerB.
ceil()
C.
round()
D.
prevint()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board