The following is a Linux dictionary word of the day:
cc – executes the systems C coding compiler. By default, the output will be written to the executable file a.out.
-o parameter to output the executable file to the name of ones choosing.
Examples:
cc thefile.c
cc thefile.c -o mynewfile