2010年3月31日

摘要:

C语言的程序片段:

p = 0;
printf("%d\n%d\n", p, p+1);

结果会是什么呢?

阅读全文

posted @ 2010-03-31 00:23 Soli 阅读(294) 评论(4) 编辑