标签: c++ arrays dynamic-memory-allocation
在堆中声明的数组的初始值是多少。是内存中的零值还是随机值?
int* ptrAr; ptrAr = new int[5];