To compute the square root of a number, you can use the sqrt() library function. The function is defined in the math.h header file. #include <stdio.h> ...
確定! 回上一頁