Pergunta de entrevista da empresa FireEye

Descibe malloc() and what it returns

Resposta da entrevista

Sigiloso

6 de dez. de 2019

Malloc stands for memory allocation in c language. It allocates memory in the form of blocks associated with some size. Once the memory is allocated successfully it returns the pointer pointing to the first location in the block