<AptiCode/>

Question 541: Which statement will you add in the following program to work it correctly?#include<stdio.h> int main() { printf("%f\n", log(36.0)); return 0; }

tcs
wipro
infosys
general
aptitude
floating-point-issues
c-programming

math.his a header file in the standard library of C programming language designed for basic mathematical operations.Declaration syntax:double log(double);