Home Forums C Programming Linked Lists Reply To: Linked Lists

#3369
Humayan
Participant

The algorithm for building the list from front to back looks correct ( I assume the constructor for List sets the Next pointer to NULL ). I would guess the problem to be in the test:

since the rest looks ok…….