Q39
Which among the following mathematical function do not have a "double" return-type?
A.
srand(x);
AnswerB.
ceil(x);
C.
floor(x);
D.
both ceil(x); and floor(x);
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board