Determining C executable name
07:44 17 Mar 2009

When we are compiling a C program the output is stored in a.out. How can we redirect the compiled output to another file?

c gcc compilation executable linkage