代码应该打印什么?0或任何垃圾值还是取决于编译器?
#include <stdio.h> int a; int main() { printf("%d\n",a); return 0; }
c global
c ×1
global ×1