While reading on difference between declaration and definition of variable ; I encountered following statement-
"In Definition the compiler actually reserves memory from the program's image."
I didn't get what exactly does it mean.
Which memory it is referring to ? Is it primary memory ?
But primary memory (RAM) will come into picture when the program is running and compiler is far before that.
I would really appreciate if somebody could please elaborate on this.
Thanks.
"In Definition the compiler actually reserves memory from the program's image."
I didn't get what exactly does it mean.
Which memory it is referring to ? Is it primary memory ?
But primary memory (RAM) will come into picture when the program is running and compiler is far before that.
I would really appreciate if somebody could please elaborate on this.
Thanks.
Comment