Question d’entretien chez Apple

implement a memcpy function (int *from, int *to, int size)

Réponse à la question d'entretien

Utilisateur anonyme

12 juin 2016

need to ensure while data is copied not to modify some part of the original data before this has been copied to its destination. in other words, need to think of cases in which the source and destination are overlapping each other.