Pergunta de entrevista da empresa 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)

Resposta da entrevista

Sigiloso

17 de fev. de 2022

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