Tag: 全球

什么printf打印单位变量?

该代码应该打印什么? 0或任何垃圾值还是依赖于编译器? #include int a; int main() { printf(“%d\n”,a); return 0; }