This project contains 10 different programs, each stored in its own directory. The programs are written in c.
project_root/
│── 1/
│ ├── main.c
│
│
│── 2/
│ ├── main.c
│
│
│── 3/
│ ├── main.c
│
│
│ ...
│
│── 10/
│ ├── main.c
│
│
└── README.md
| Program No. | Directory Name | |------------|---------------|-------------| | 1 | Largest number among three numbers | | 2 | Check Leap Year| | | 3 | Factorial of a number | | 4 | A simple Calculator | | 5 | Print Fibonacci Serise | | 6 | Find LCM of two numbers | | 7 | Check Armstrong numbers | | 8 | Determines Prime numbers | | 9 | Prime numbers b/w two intervls | | 10 | Finds Largest element f a Array|
- Navigate to the desired program directory:
cd ProgramX - Run the program using:
[command to run the program]
- Linux/ windows mechine
Tanmoy Samanta
This project is for educational purposes only.