When I look at a c++ declaration and definition, as shown below:
int i; i = 2;
the way I understand how memory is allocated is that the compu