Assign txt file data to struct node in linked list

Please. help me with programming.
program has to read whole numbers (10-15 numbers) from an input (notepad) file and stores it in a single linked list. Then function that will find the lowest number in this file and display it.
Next operation is 1) swapping any two item(numbers) in the text file ( specified index);2) finding all numbers lower then the lowest number from the text file.
Last edited on
Topic archived. No new replies allowed.