I\'m writing a program in C that does, for example, if we have a file.txt which contains:1 2 3 4 and we run the program ./program file.txt it returns 4 3 2 1. The program wo