84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
#include #include #include using namespace std; int main() { extern int a = 1;//不允许对外部变量的局部声明使用初始值 return 0; }
我知道extern int a这样写是可以的,或者把extern int a = 1放在全局区也是可以的,但是为什么放在函数内部,例如main()里就报错呢?求解释。
extern int a
extern int a = 1
认证高级PHP讲师
https://stackoverflow.com/que...
以前我也没注意到
https://stackoverflow.com/que...
以前我也没注意到