InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the correct code?(a) tanh(double x)(b) tanh double x(c) tanhdouble x(d) tanhdoublexThis question was addressed to me in exam.My question comes from Mathematical functions in portion C Library of C |
|
Answer» Right choice is (a) tanh(DOUBLE X) |
|