Memory Allocation
Get introduced to the different types of memory allocations in C.
We'll cover the following...
Static memory allocation
- Actual allocation is done during execution
Get introduced to the different types of memory allocations in C.