编译器如何填充值char array[100] = {0};?它背后的魔力是什么?
char array[100] = {0};
我想知道内部编译器如何初始化.
c c++ compiler-construction
c ×1
c++ ×1
compiler-construction ×1