Q. The option that is necessary to compile a C program having math functions is . . . . . . . .
β
Correct Answer: (A)
-lm
Explanation: This question is about compiling C programs that use mathematical functions. Let's break it down: