摘要: 一同学曾给我出过下面这个题目,现在拿过来与大家分享: 1: /* 2: * 试说明下列程序段的运行结果 3: */ 4: 5: #include <stdio.h> 6: #include <stdlib.h> 7: 8: void main(int j) 9: { 10: printf("%d\n", j); 11: (... 阅读全文
posted @ 2012-11-26 19:34 bitbyte 阅读(157) 评论(0) 推荐(0)