This video show you how to create, compile, and run your first C program. It shows you how to use the gcc compiler from the command-line to compile your hello_world.c source file into an executable.
Hello World programs may seen silly, but getting a simple program to compile and execute requires solving a lot of problems along the way.