In C (linux) how will I be able to find out if the squareroot of a number is and integer or a floating point.
I want to write a program using a function pointer which adds up all the Perfect squares
upto the limit sepcified.
In C (linux) how will I be able to find out if the squareroot
Share
Here you go. Compile it with
-lmon Linux.You should also read this discussion.