c convert float to string. by. [ad_1]. c float to string. #include int main() { float f = 1.123456789; char c[50]; //size of the number sprintf(c, "%g", ...
確定! 回上一頁