Write a function, from scratch, to delete a node from a singly linked list in C. They wrote a driver program already, so you then go and compile & run the code.
Respuesta de la entrevista
Anónimo
10 oct 2017
Basic stuff from data structures; I got messed up by a pointer to a pointer.