C语言变量的作用域和生命周期:
自动变量 auto int a; (auto可以省略)
外部变量,外部函数
extern int a;
静态变量
寄存器变量
指针:C语言指针详解
本文标题:C语言学习笔记
本文链接:https://www.haomeiwen.com/subject/yjukrqtx.html
网友评论