阅读背景:

变量声明和变量定义

来源:互联网 
extern int i;//声明 i 而非定义 i
int j;//声明并定义 j
int z = 2;//声明并定义 jint z = 2



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: