Q80
In linux, apart from including math header file, the program is successfully executed by which of the following?
A.
cc filename.c
B.
cc filename.c -lc
C.
cc -math filename.c
D.
cc -lm filename.c
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board