Question d’entretien chez Amazon

the question was in C, givem a memory segment represented by struct( struct has a memory pointer and a size integer), and a copy function that needed to be implemented..the struct was a memory segment and they wanted me to implement a function that copies an array of memory segments to another array of memory segments (array and memory segment lengths are not the same in dst and src)

Réponse à la question d'entretien

Utilisateur anonyme

17 févr. 2022

the question wasnt hard but it took me a long time to understand what the they wanted from me..i impelmented it easily