Q43
Which of the given C function can be used instead of the apparent identity pointed to by y? int x=1; double y= 0.5 * (exp (x) + exp (-x));
A.
cos(x)
B.
cosh(x)
AnswerC.
fmod(x)
D.
modf(x)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board