-
The option necessary to compile a C program havin math functions is ______________.
-
- -lp
- -lq
- -lm
- -ln
- None of these
Correct Option: C
To compile a program written in the C language, it is compiled by issuing the option ‘-lm’. The examples of some math functions found in ‘math.h’ are floor(), sqrt(), pow(), log().