Hello, this is my first submission at this forum, hope you'll help ; )
I wrote this program to see if I knew how to manipulate linked lists:


#include <stdio.h>
#include <stdlib.h>

typedef...