Description
In this course, you will learn:
- Create, initialize, and edit variables of new data types (structures) to hold numerous data items in a single variable.
- Find and explain a structure's memory use, and access members of structures using pointers to structures and the direct and indirect member selection operators.
- During runtime, create linked lists of structures with dynamic memory allocation.
- Lined lists of structures can be sorted or searched.