Memory Allocation

Get introduced to the different types of memory allocations in C.

Static memory allocation


In static allocation, arrangement to allocate memory is done during compilation.


  • Actual allocation is done during execution
  • Allocation is done on a Stack

Get hands-on with 1200+ tech skills courses.