ATM machine in C with source code

ATM machine in C with source code

Introduction

ATM machine is a c programming based project. It provides the sample interface that appears on ATM machine while depositing and withdrawing money.

This project is coded in C programming language. This project is good for learning and understanding c programming. This project shows the interface that you interact with ATM while depositing and withdrawing. The program is useful for beginners. When you execute the project, the program displays you to enter the PIN number. Simply enter “1234” as your pin and you will get access otherwise you won’t be able to use the system. Further the screen gives you some options that you can select.

atm machine

If you select check balance you can see your balance. You can withdraw cash from your account and deposit the money also. This is just an interface not a real machine. You can customize atm machine project and implement different logic on the board according to the programmer. You need to compile and execute the program to see how the program works. It has command-line interface. You must download program C based code editor. Such as DevC++, Turbo C, Visual studio, etc.


How to use this project?

  • Download the project & extract the source code.
  • Open DevC++ or any other.
  • Open the project file in the editor.
  • Compile and Execute.  
  • Deposit and withdraw.
  • Have a nice day.

Click the button below to get the source code for this project.