Question d’entretien chez MathWorks

What is malloc function in C?

Réponse à la question d'entretien

Utilisateur anonyme

13 oct. 2011

Dynamic memory allocation to allocate a chunk of data and return the address of the beginning of that chunk.

1