Delta Controls interview question

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

Interview Answer

Anonymous

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