Page 1 of 1

In linux, apart from including math header file, the program is successfully executed by which of the following?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) cc filename.c
b) cc filename.c -lc
c) cc -math filename.c
d) cc -lm filename.c