C语言函数的存储类别
摘要:
函数默认的隐含存储类型是extern auto:只能用于局部变量 extern:允许被其他文件调用 static:只能被本源程序文件调用 阅读全文
posted @ 2019-03-16 11:52 水果和蔬菜 阅读(1730) 评论(0) 推荐(0) 编辑
posted @ 2019-03-16 11:52 水果和蔬菜 阅读(1730) 评论(0) 推荐(0) 编辑
posted @ 2019-03-16 11:23 水果和蔬菜 阅读(1330) 评论(0) 推荐(0) 编辑
posted @ 2019-03-16 10:22 水果和蔬菜 阅读(190) 评论(0) 推荐(0) 编辑