MCQs > IT & Programming > C Programming > Which statement will you add in following program to work it correctly? #includeint main() { printf('%f\n',log(360.0)); return 0; }

C Programming MCQs

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

Answer

Correct Answer: #include<math.h>

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it