A basic ATM simulator that can be run on a terminal window, which is written in C. It has the following funtionalities:
- Create Account
- User Authentication
- Change Password
- Deposit, Withdraw money
- View Account details
Steps to execute:
- Use "make -f pr.mk" to create the executable file a.out
- To execute a.out file use "./a.out" command.