西尔维娅
2016-01-22 21:58
如果现在想要输出一个常量10,那代码的书写形式是不是以下这几种都行?
第一种printf("%d\n",10);
第二种printf("10");
第三种 int a =10;
printf("%d\n",a);
对的,都可以
except the first & the third
为什么
2016-01-23 20:37:51
共 1 条回复 >
C语言入门
926217 学习 · 20797 问题
相似问题
回答 2
回答 1