[ad_1]
assuming your input file is data.txt (Linux), you can use the system command sort:
sort data.txt > output.txt
6
[ad_2]
solved Is there a function that will quickly sort a file in C? [closed]
[ad_1]
assuming your input file is data.txt (Linux), you can use the system command sort:
sort data.txt > output.txt
6
[ad_2]
solved Is there a function that will quickly sort a file in C? [closed]