在C中声明一个数组时,如下所示:
int array[10];
整数的初始值是多少?我用不同的编译器得到了不同的结果,我想知道它是否与编译器或操作系统有关.
c arrays compiler-construction
arrays ×1
c ×1
compiler-construction ×1