Pregunta de entrevista de Delta Controls

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

Respuesta de la entrevista

Anónimo

1 ago 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.