C Projects

Bank Management System

This program is written in C programming language .It is very basic management system for bank. In this project firstly, I was created a welcome screen then i was created a login form. If you entered a correct password and username then you see some cases like.Account ,Deposit ,Withdraw,transfer and detail of account.

Calender

C program to display month by month calendar for a given year. Given a year N , the task is to print the calendar for every month of the given year.

Tic Tac Toe Game

This program is a small game Tic Tac Toe in C programming, here two users can play this game and after completing the game program will show the winner user name. This program is created using by Two Dimensional Array.

Back