When I complile/link a C source file with the gcc command I type
gcc file.c
Then, I get a file, in the same directory called a.out. If I want to run the program, I type ./a.out and every thing runs OK.
However, I would like to be able to name the "a.out" file with a different name, because...