Home » C Programming » C-Library-Functions » Question
  1. In linux, apart from including math header file, the program is successfully executed by which of the following?
    1. cc -lm filename.c
    2. cc -math filename.c
    3. cc filename.c -lc
    4. cc filename.c
    5. None of these
Correct Option: A

cc -lm filename.c



Your comments will be displayed only after manual approval.