i am a starter in C programming. I want to create a program. If anyone could help me on the linked list part i'd be very grateful.
Write a C program that will read from a text file called id.txt. THis io have already done. which contains your full name and ID.
Your program will read your ID and generate a sorted dynamic linked list(largest to smallest), where eachnode of the linked list would contain a single integer.
The program should then traverse the linked list the resultant linked list on screen.

any help gratefully accepted.
ASAP