Vidyalelo
C Programming · Q43

Standard Library Functions

Programming · C Programming · question 43

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)
Answer
C.
fmod(x)
D.
modf(x)

Answer: Option B

Solution

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