# Introduction In this lab, you will learn how to create a basic "Hello World" program in the C programming language. The lab covers the fundamental structure of a C program, including headers and the main function. You will also install the GCC (GNU Compiler Collection) compiler, write a simple "Hello World" program, compile it, and execute the resulting binary. By the end of this lab, you will have a solid understanding of the basic steps involved in developing and running a C program.
Click the virtual machine below to start practicing