Which memory allocation technique assigns a fixed amount of memory to a process during compile time?
Static allocation
Heap allocation
Stack allocation
Dynamic allocation

Computer Science Exercises are loading ...