Tagged Questions

1
vote
4answers
1k views

C file pointer read write issues

I was trying to make a simple bubblesort program. Read in numbers from a text file and compare them with the next line, sort in ascending order. Now, I've found my program is able to read from the ...