Vidyalelo
C Programming · Q96

Standard Library Functions

Programming · C Programming · question 96

Q96

A function is declared as sqrt(-x) under the header file math.h, what will the function return?

A.
square root of x
B.
complex number
C.
domain error
Answer
D.
range error

Answer: Option C

Solution

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