Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Programs

This repository contains C programs that I have written. The programs are written in C language and are compiled using GCC compiler.

How to compile and run the programs

  1. Install GCC compiler on your system. You can download the GCC compiler from the official website of GCC.
  2. Open the terminal and navigate to the directory where the C program is saved.
  3. Compile the C program using the following command:
    gcc program_name.c -o program_name
    
    Replace program_name with the name of the C program.
  4. Run the compiled program using the following command:
     ./program_name
    
    Replace program_name with the name of the compiled program.

List of C programs

  1. Arithmetic Opterators
  2. Data Types
  3. Area of Circle
  4. Area of Rectangle

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages