Printf 輸出格式

① 首先介紹printf輸出正型數,輸出的形式爲printf(「%d」,n);n爲變量,n必須被int 或 long int 或 short int 定義。 相信下面幾個表達方式,就能說明問題吧: %d=int, %ld=long, %lld=long long。 ② printf輸出浮點數,浮點數也就是數學上的整數,當用double或float定義一個數,就需要利用%f輸出,輸出的形式爲prin
相關文章
相關標籤/搜索