Sollicitatievraag bij Qualcomm

what is malloc?

Antwoord op sollicitatievraag

Anoniem

12 jan 2021

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