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
AnswerD.
returns natural logarithm of -x
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board