Question d’entretien chez Caesar Creek Software

What's the difference between malloc and calloc

Réponse à la question d'entretien

Utilisateur anonyme

5 déc. 2024

malloc only allocates memory, calloc allocates memory and initializes the memory with zeros.