2011年6月12日
摘要: 1 #include <stdio.h>2 3 int main()4 {5 int i=43;6 printf("%d\n",printf("%d",printf("%d",i)));7 return 0;8 }这里的问题是:printf的返回值究竟是多少?printf返回的值应该是打印的字符个数。答案是4321 阅读全文
posted @ 2011-06-12 21:16 wendyccc 阅读(449) 评论(0) 推荐(0) 编辑