10+ Exciting C projects ideas with source code. Projects for beginners & first year students of CSE, IT, BCA.
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 |
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 (%)
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
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.
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.
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
For personal project support, join our Discord Server here
This work is published under MIT License.