InterviewSolution
Saved Bookmarks
| 1. |
Which compiler switch to be used for compiling the programs using math library with g++ compiler? |
|
Answer» Opiton –lm to be used as > g++ –lm <file.cpp> |
|