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