printf輸出%f %lld問題。輸出類型和數據類型不匹配會發生什麼?

原帖: http://blog.csdn.net/u011497904/article/details/42454483 ——總結自《C PRIMER PLUS》 直接看三個例子: [cpp]  view plain  copy int a=4;   printf("%f  %e\n",a,a);   float b=4;   printf("%f  %e\n",b,b);   int n1=-1
相關文章
相關標籤/搜索