博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年8月21日

摘要: 今天来看一下这么一个程序。#includeint count =1; int fun(void){ static int count =10; return count--;}int main(void){ printf("global\t\tlocalstatic\n"); for(;count<... 阅读全文

posted @ 2014-08-21 16:11 lengbingshy 阅读(256) 评论(0) 推荐(0) 编辑