char s[22]; //printing a float to one rounded decimal digit of accuracy sprintf( s, "%.1f", temperature); //printing an integer representing ...
確定! 回上一頁