/ATM-System

OM's Bank - ATM System A basic console-based banking system in C, featuring account creation, deposits, withdrawals, and balance checks. Securely manages up to 500 accounts. Easy to understand and customize.

Primary LanguageCMIT LicenseMIT

OM's Bank - Simple Banking System

Welcome to OM's Bank! This simple banking system implemented in C allows users to create bank accounts, deposit and withdraw money and check account balances.

Table of Contents

Features

  • Create bank accounts with unique account numbers.
  • Deposit and withdraw money from accounts.
  • Check account balances.
  • Basic security measures with account card numbers and passwords.

Getting Started

Prerequisites

To run this project, you need a C compiler installed on your system, such as GCC.

Usage

Choose options from the main menu:

1: Create Bank Account 2: Deposit 3: Withdrawal 4: Balance Check 5: Exit Follow the prompts to perform the desired operation.

Code Structure

Installation

  1. Clone the repository:

    https://github.com/omawchar007/ATM-System