在C++中,当你动态分配一个数组时int,ints 的值是未定义的还是初始化为0?
int
int *array = new int[50];
c++ memory dynamic
c++ ×1
dynamic ×1
memory ×1