Vidyalelo
C Programming · Q59

Standard Library Functions

Programming · C Programming · question 59

Q59

What will be the output of the following C code? double log (double -x);

A.
returns natural logarithm of x
B.
range error
C.
domain error
Answer
D.
returns natural logarithm of -x

Answer: Option C

Solution

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