Created: 2023-01-12 19:56
Status: #concept
Subject: Programming
Tags: C Pointer Dynamic Memory Allocation
Memory Address
Description
C
- In C, we can use Pointers to store and refer to Memory Addresses.
- We can also use Dynamic Memory Allocation to let Bytes of memory be accessible during program runtime.
References
- C Programming, A Modern Approach, 2nd Edition, Chapter 11.1