Grad gefunden auf der englischen wikipedia-Seite:
"In computer science, a dynamic array, growable array, resizable array, dynamic table, or array list is an array data structure that can be resized and allows elements to be added or removed. It is supplied with standard libraries in many modern mainstream programming languages.
A dynamic array is not the same thing as a dynamically-allocated array, which is a fixed-size array whose size is fixed when the array is allocated; for more information of this type of array, see array."
(http://en.wikipedia.org/wiki/Dynamic_array)
Okay, da gibt es eine Unterscheidung.
Aber wie wende ich das auf C an?
Gruß PHANTOM