c float to string ; 1. #include <stdio.h> ; 2. int main() ; 3. { ; 4. float f = 1.123456789; ; 5. char c[50]; //size of the number.
確定! 回上一頁