Discussion :: Floating Point Issues
-
Which statement will you add in the following program to work it correctly?
#include
Answer : Option B
Explanation :
math.h is a header file in the standard library of C programming language designed for basic mathematical operations.
Declaration syntax: double log(double);
Be The First To Comment