Vidyalelo
C Programming · Q80

File Input Output

Programming · C Programming · question 80

Q80

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

A.
cc filename.c
B.
cc filename.c -lc
C.
cc -math filename.c
D.
cc -lm filename.c
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board