This repository contains C programs that I have written. The programs are written in C language and are compiled using GCC compiler.
- Install GCC compiler on your system. You can download the GCC compiler from the official website of GCC.
- Open the terminal and navigate to the directory where the C program is saved.
- Compile the C program using the following command:
Replace
gcc program_name.c -o program_nameprogram_namewith the name of the C program. - Run the compiled program using the following command:
Replace
./program_nameprogram_namewith the name of the compiled program.