Home » MYSQL » MySQL Access Control and Security » Question
  1. The option necessary to compile a C program havin math functions is ______________.
    1. -lp
    2. -lq
    3. -lm
    4. -ln
    5. 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().



Your comments will be displayed only after manual approval.