Next: Malloc Up: Programming in C Previous: Exercises

Dynamic Memory Allocation

Dynamic allocation is a pretty unique feature to C (amongst high level languages). It enables us to create data types and structures of any size and length to suit our programs need within the program.

We will look at two common applications of this:



Dave.Marshall@cm.cf.ac.uk
Wed Sep 14 10:06:31 BST 1994