Skip to content

This repository contains C code for designing a simple Bank ATM system.

Notifications You must be signed in to change notification settings

WireROP/Bank-ATM-System-in-C-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Bank ATM System in C

This repository contains the code for ATM implementation in C

Features:

  1. Implemented queues using linked lists to hold the history of latest 10 transactions.
  2. Randomly generating PIN numbers for ATM access.
  3. Using File I/O to store PIN numbers.
  4. Search for PIN in the file to validate PIN entered by User.

Concepts used:

  • Dynamic Memory Allocation
  • Queue data structure
  • File operations
  • Structures
  • Pointers
  • Random Number Generation

About

This repository contains C code for designing a simple Bank ATM system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%