Pregunta de entrevista de Qualcomm

what is malloc?

Respuesta de la entrevista

Anónimo

12 ene 2021

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