char buff[30]; float f=33.2; main() { sprintf(buff,"3.1f",f); Print(buff[0]); while(1); }. The Print function display exact value which ...
確定! 回上一頁