is allocated by malloc or so
int c;
cha a[10]; int b[20];
i cant use free(c);free(a);free(b);
?
is there anyway to free statically allocated memory
No, you don't need that
Обсуждают сегодня