Chinaunix首页 | 论坛 | 博客
  • 博客访问: 257501
  • 博文数量: 52
  • 博客积分: 406
  • 博客等级: 一等列兵
  • 技术积分: 549
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-21 12:34
个人简介

......

文章分类

全部博文(52)

文章存档

2014年(1)

2013年(32)

2012年(19)

我的朋友

分类: C/C++

2013-06-04 23:00:15

1. static local variable
    a) It is defined in function, but it is exist all time unless program exit.
    b) We use it only in function.
    c) If we only define it, and system will assign it as 0(int) or NULL(char).

  
阅读(1561) | 评论(0) | 转发(0) |
0

上一篇:inline function

下一篇:modify IP Address in linux

给主人留下些什么吧!~~