Dear all,
I have a question concerning memory allocation and I'd like to get it clear.
Memory allocation has types;
Does compiler allocate memory location to the value 100 of integer value ?
Where does it will store static memory or dynamic memory ?
I have a question concerning memory allocation and I'd like to get it clear.
Memory allocation has types;
- Static Memory Allocation:
- Dynamic Memory Allocation:
Does compiler allocate memory location to the value 100 of integer value ?
Where does it will store static memory or dynamic memory ?