Question d’entretien chez Qualcomm

what is malloc?

Réponse à la question d'entretien

Utilisateur anonyme

12 janv. 2021

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