Tell me which compiler switch to be used for compiling the programs using math library with g++ compiler?

Submitted by: Muhammad
Opiton –lm to be used as > g++ –lm <file.cpp>
Submitted by: Muhammad

Read Online C++ Programmer Job Interview Questions And Answers