Static Memory allocation & Portability
- by user332354
I have read Static Memory Allocation are done during Compile time.
Is the 'address allocated' used while generating executables ?
Now,I am in doubt that how the memory allocation is handled when the code executable is transferred completely to a new system.
I searched for it but I didn't get any answer on Internet.