MCQs > IT & Programming > System Programming > A C program 'domath.c' utilizes the math library. Which command correctly creates the corresponding executable 'domath'?

System Programming MCQs

A C program "domath.c" utilizes the math library. Which of the following commands correctly creates the corresponding executable "domath"?


Answer

Correct Answer:

cc -o domath domath.c -lm

Explanation:

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

System Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

System Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it