Pergunta de entrevista da empresa Qualcomm

what is malloc?

Resposta da entrevista

Sigiloso

12 de jan. de 2021

Memory allocation function to allocate heap memory and it returns a void pointer to the request memory. Syntax - int *p = malloc(sizeof(*p));