Whether you are a beginner, a student, or a developer looking for reference implementations, this is for you!
π¦ C-Programs
β£ π Notes
β β£ π Algorithm in C.pdf
β β£ π Data Types in C.pdf
β β£ π Flowchart in C.pdf
β β£ π History in C.pdf
β β£ π Logical Statements in C.pdf
β β£ π loop in C.pdf
β β π Operators in C.pdf
β£ π Programs
β β£ π 01 - 10
β β β£ π 1-Hello world.c
β β β£ π 2-GvarOrLvar.c
β β β£ π 3-Scanf.c
β β β£ π 4-DOB Print.c
β β β£ π 5-Function Lvar Gvar.c
β β β£ π 6-Largest no find.c
β β β£ π 7-Compare Three No.c
β β β£ π 8-Check Your Grade.c
β β β£ π 9-Vowel or Consonant.c
β β β π 10-Check number, letter, or special character.c
β β£ π 11 - 20
β β β£ π 11-Days Name Find.c
β β β£ π 12-Find Ascii Value Of any key.c
β β β£ π 13-Print Table Using in For loop.c
β β β£ π 14-Print table Using While Loop.c
β β β£ π 15-Print table using do while loop.c
β β β£ π 16-Using Do while loop Sum.c
β β β£ π 17-Using while loop Sum.c
β β β£ π 18-Using for loop Sum.c
β β β£ π 19-Creat a Simple Calculator.c
β β β π 20-Multiples of 5 using continue.c
β β£ π 21 - 30
β β β£ π 21-Multiples of 5 using continue while loop.c
β β β£ π 22-Multiples of 5 Using do while loop.c
β β β£ π 23-Print number within a range.c
β β β£ π 24-Table using Goto statement.c
β β β£ π 25-accept 5 numbers from user Using Array.c
β β β£ π 26-Print int by value and address.c
β β β£ π 27-Array min max.c
β β β£ π 28- find the searching number in array.c
β β β£ π 29-Array Find Even or odd.c
β β β π 30-Find Second Largest no in array.c
β£ π LICENSE
β π README.md
| Day | Topic | PDF π | Project π |
|---|---|---|---|
| 1 | Display Variables | π Notes | π Project 1 |
| 2 | Global and Local Variables | π Notes | π Project 2 |
| 3 | Input and Display Numbers | π Notes | π Project 3 |
| 4 | Input and Display Date of Birth | π Notes | π Project 4 |
| 5 | Using Global Variables and Functions | π Notes | π Project 5 |
| 6 | Find the Largest of Two Numbers | π Notes | π Project 6 |
| 7 | Find the Largest of Three Numbers | π Notes | π Project 7 |
| 8 | Calculate Percentage and Grade | π Notes | π Project 8 |
| 9 | Check Vowel or Consonant | π Notes | π Project 9 |
| 10 | Identify Character Type | π Notes | π Project 10 |
| 11 | Days Name Finder | π Notes | π Project 11 |
| 12 | ASCII Value of Any Key | π Notes | π Project 12 |
| 13 | Table Using For Loop | π Notes | π Project 13 |
| 14 | Table Using While Loop | π Notes | π Project 14 |
| 15 | Table Using Do-While Loop | π Notes | π Project 15 |
| 16 | Sum Using Do-While Loop | π Notes | π Project 16 |
| 17 | Sum Using While Loop | π Notes | π Project 17 |
| 18 | Sum Using For Loop | π Notes | π Project 18 |
| 19 | Simple Calculator | π Notes | π Project 19 |
| 20 | Multiples of 5 with Continue | π Notes | π Project 20 |
| 21 | Multiples of 5 (Continue While Loop) | π Notes | π Project 21 |
| 22 | Multiples of 5 (Do While Loop) | π Notes | π Project 22 |
| 23 | Print Numbers in Range | π Notes | π Project 23 |
| 24 | Table Using Goto Statement | π Notes | π Project 24 |
| 25 | Accept 5 Numbers in Array | π Notes | π Project 25 |
| 26 | Print Int by Value and Address | π Notes | π Project 26 |
| 27 | Min Max in Array | π Notes | π Project 27 |
| 28 | Search Number in Array | π Notes | π Project 28 |
| 29 | Array Even or Odd | π Notes | π Project 29 |
| 30 | Find Second Largest in Array | π Notes | π Project 30 |
git clone https://github.com/md-sonu07/C-Programs.gitEnsure you have a C compiler installed:
Navigate to the program folder and compile any program:
cd "C-Programs/Programs/01 - 10"
gcc 1-Hello\ world.c -o hello
./helloMIT License
Β© 2025 Danish Farhan
Permission is granted to use this software for any purpose, with no warranty.
To contribute:
- Fork the repository π΄
- Create a new branch π
- Commit your changes πΎ
- Open a Pull Request π©
If you have any questions, feel free to:
- π Open an Issue here
- π Reach out on GitHub Discussions
π Happy Coding! π―
