I am totally new to using gcc. Can someone tell me how i would compile a file called file.c in gcc? Once I compile file.c will I have to run any other commands in order to run the compiled file that gcc made?

Critter