The first C program prints a greeting message to the screen. It includes the standard input/output header file, contains a main function that calls printf to display the message, and returns 0 at the end. The program is saved as a .c file, compiled into an executable .exe file, and run from the command prompt to output the message.