#17116: #100


a0903828089@gmail.com (asc)

學校 : 不指定學校
編號 : 93702
來源 : [140.118.142.246]
最後登入時間 :
2019-03-10 10:58:10
a002. 簡易加法 | From: [140.118.142.246] | 發表日期 : 2019-03-10 11:00

2. Predict the result after executing the following C code: #include void main() { printf("(float)(1/3) = %f \n", float(1/3)); printf("1./3-(float)(1./3) %c= 0 \n", (1./3-(float)(1./3) == 0 ? ' ' : '!')); } Are these result what you have expected?

 
ZeroJudge Forum