When I write
int main()
{
int j;
}
The memory for j
is allocated at the time of compilation, but when during compilation?
What are the various stages of compilation when memory is allotted to a variable?
What if j
were global?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…