Domanda di colloquio di Delta Controls

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

Risposta di colloquio

Anonimo

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.