Projects-in-C
Projects-in-C copied to clipboard
10+ Exciting C projects ideas with source code. Projects for beginners & first year students of CSE, IT, BCA.
Projects-in-C
10+ Exciting C projects ideas with source code. Projects for beginners & first year students of CSE, IT, BCA.
Table of Contents
Simple Projects
| Sr. No. | Title | Link |
|---|---|---|
| 1. | Calculator | Link |
| 2. | Unit Converter | Link |
| 3. | FunHack Prank | Link |
| 4. | Secret Password | Link |
| 5. | Simple Phonebook | Link |
| 6. | 45+ Programs | Link |
Advance Projects
| Sr. No. | Title | Link |
|---|---|---|
| 1. | Phonebook Management System | Link |
| 2. | Library Management System | Link |
| 3. | Number System Converter | Link |
| 4. | Matchstick Game | Link |
| 5. | Basic to Advance Programs | Link |
1. Calculator - Code here
Simple Calculator made using C language can perform operations on multiple operators.
-
Addition (+)
-
Subtraction (-)
-
Multiplication (*)
-
Division (/)
-
Moduloes (%)
01. Operator Selection

02. Result Page

2. Unit Converter - Code here
Unit Converter can perform conversions into 3 different categories - Temperature, Mass, Currency
The following conversions can be performed using this converter:
- Celsius to Fahrenheit
- Fahrenheit to Celsius
- Ounces to Pounds
- Grams to Pounds
- USD to Euro
- USD to Japanese Yan
- USD to Chinese Yuan
- USD to Indian Rupee
01. Main Menu

02. Temperature Converter

03. Mass Converter

04. Currrency Converter

05. USD to INR

06. Grams to Pounds

3. FunHack - Code here
Program that makes you feel like a hacker, works on terminals (command prompt) only. It executes linux based commands in your terminal & creates an infinity loop which keeps listing the current directory files.
01. Enter A/c No

02. Processing screen

03. Hacked

4. PassProtector - Code here
Program which accepts the password in hidden format & tells whether its correct or not. Its very much useful for programs which stores data & wants to keep it secure from strangers access.
01. Logged In

02. Invalid Password

5. PhoneBook - Code here
Phone Book is secured with a layer of password screen to secure its access from strangers. This Phone Book project generates an external file to permanently store the user’s data (Name, Address, Mail-ID, Phone Number). Made using the concepts of File Management.
The Phone Book can perform this following operations:
-
Adding Records
-
Searching for Record
-
Modifying Records
-
Listing All Records
-
Deletion of Record
-
Bonus: Secured with Password
01. Login Screen - Password: Alkaison

02. Main Menu

03. List Record

04. Add Record

05. Search Record

06. Deleted Record

07. Modify Record

08. Credit Screen / End

Support
For personal project support, join our Discord Server here
MIT License
This work is published under MIT License.