Pregunta de entrevista de MathWorks

What is malloc function in C?

Respuesta de la entrevista

Anónimo

13 de oct de 2011

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

1