Dinamikus memóriakezelés

#include <stdlib.h>
tipus *tomb;
tomb = (tipus *) calloc(meret, sizeof(tipus));
valtozo = tomb[index];
free(tomb);