Alkaison / Projects-in-C

10+ Exciting C projects ideas with source code. Projects for beginners & first year students of CSE, IT, BCA.

Home Page:https://discord.gg/dF4PHxbHpA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Calculator Image 1

02. Result Page

Calculator Image 2

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

Unit Converter Image 1

02. Temperature Converter

Unit Converter Image 2

03. Mass Converter

Unit Converter Image 3

04. Currrency Converter

Unit Converter Image 4

05. USD to INR

Unit Converter Image 5

06. Grams to Pounds

Unit Converter Image 6

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

FunHack Image 1

02. Processing screen

FunHack Image 2

03. Hacked

FunHack Image 3

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

PassProtector Image 1

02. Invalid Password

PassProtector Image 2

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

PhoneBook Image 1

02. Main Menu

PhoneBook Image 2

03. List Record

PhoneBook Image 3

04. Add Record

PhoneBook Image 4

05. Search Record

PhoneBook Image 5

06. Deleted Record

PhoneBook Image 6

07. Modify Record

PhoneBook Image 7

08. Credit Screen / End

PhoneBook Image 8

Support

For personal project support, join our Discord Server here

MIT License

This work is published under MIT License.

About

10+ Exciting C projects ideas with source code. Projects for beginners & first year students of CSE, IT, BCA.

https://discord.gg/dF4PHxbHpA

License:MIT License


Languages

Language:C 100.0%