Consider the following code
int* a[5]; int i = 50; a[0] = &i;
When i goes out of scope, does it get unloaded, and the point
i