Question d’entretien chez Delta Controls

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

Réponse à la question d'entretien

Utilisateur anonyme

1 août 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.