July 2021 · C Programming
ATM Simulator

img

ATM-Simulator is a project that simulates the functionality of an Automated Teller Machine (ATM) using the C programming language. The purpose of this project is to provide a simulated experience of interacting with an ATM.

The repository contains C source code files that implement the functionality of the ATM simulator. The code includes different functions and modules to handle various operations performed by an ATM, such as authentication, balance inquiry, cash withdrawal, depositing funds, and PIN management.

The ATM simulator prompts the user for inputs and displays appropriate information based on the selected operation. It maintains user account data and allows for multiple users to interact with the simulated ATM environment. User account data is stored in text files and is accessed via file handling operations.

This project was completed as part of the C programming course to showcase my understanding of the C language.

Contact Me