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
a) cc filename.c
b) cc filename.c -lc
c) cc -math filename.c
d) cc -lm filename.c
b) cc filename.c -lc
c) cc -math filename.c
d) cc -lm filename.c