Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 557 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 557 Bytes

BankAutomationConsoleApp

An example of a console app for bank automation written in C

This was the final project for my first year in software engineering.

It's written in C and it includes every fundamental principles for programming :

  • Variable types
  • Variable declaration
  • Mathematical operators
  • Bool operators
  • Conditional statements
  • I/O operations
  • Loops
  • Functions
  • Recursion
  • Working with txt.files in C
  • Arrays / structs
  • Pointers

Also i learned about Dynamic Ram Allocation (After this project!)