程序設計與C語言

第三章 最簡單的C程序設計——順序程序設計 例3.6 用%f輸出實數,只能得到6位小數。 #include<stdio.h> int main() { double a=1.0; printf("%f\n",a/3); return 0; }
相關文章
相關標籤/搜索