#include <iostream>
usingnamespace std;
int main() {
cout << "program started..." << endl;
constint N = 1e6;
for (int i = 0; i < N; ++i) {
double *d = newdouble[N];
}
return 0;
}
Hello, could you explain me what this program does, it i hope locates one billion arrays in the dynamic memory and each of this billion arrys has one billion places for "int" variables?