Introduction :
If you are a newbie to C or C++ and are working with a math library, then you might get this error Undefined reference to sqrt' . This error indicates that the compiler or linker couldn't find the definition for the sqrt function, wh...