Multiple Choice
If you are using a Unix or Linux operating system, you must include the ____ option when compiling a C program that uses the mathematical functions like log and sqrt.
A) -lm
B) -l math.h
C) -math
D) -lib = math
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: The _ function requires a control string
Q35: Format modifiers, if used, must always be
Q36: The expression sum = sum + 10
Q37: The format of numbers displayed by printf()
Q38: The statement variable = variable + 1;
Q40: The automatic conversion across an assignment operator
Q41: The term _ refers to any quantity
Q42: The statement _ shows an implicit conversion.<br>A)int
Q43: The control string passed to scanf() typically
Q44: The expression price *= rate + 1