Pergunta de entrevista da empresa Delta Controls

Given the sample code, how would you implement a removal function?

Resposta da entrevista

Sigiloso

1 de ago. de 2019

Look at linked lists in C and how to write a removal function. The code was a snippet from some propriety storage solution but was essentially a linked list that kept track of memory locations in another part of code.