What it the initial values of an array declared in the heap. it's a zero or random values in memory?
int* ptrAr;
ptrAr = new int[5];
What it the initial values of an array declared in the heap. it's a zero or random values in memory?
int* ptrAr;
ptrAr = new int[5];