Vidyalelo
C Programming · Q39

File Input Output

Programming · C Programming · question 39

Q39

Which among the following mathematical function do not have a "double" return-type?

A.
srand(x);
Answer
B.
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