...

/

Executing C Programs on a Linux Environment

Executing C Programs on a Linux Environment

Learn how to install Linux on your machine, and practice compiling and running C programs on a Linux environment.

Install Linux

You can install Linux on your local machine and, then, create and execute programs. You can download the Ubuntu Linux from here.

Step 1: Write source code

You can type the program into any suitable editor. Type the program in a ...