Vidyalelo
C Programming · Q54

File Input Output

Programming · C Programming · question 54

Q54

Which mathematical function among the following does NOT require int parameters?

A.
div(x, y);
B.
srand(x);
C.
sqrt(x);
Answer
D.
all of the mentioned

Answer: Option C

Solution

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