Variable Length Structure
Learn how to store varying length structures in memory.
We'll cover the following...
Requirements
Suppose your program has the following requirements:
- The structure has three fixed-size elements, one of varying size
- All elements are to be stored in adjacent memory locations