This project is basically based on the topic of banking. How the transaction takes place in banks and how can we use this for our benefits we basically have a prototype ready through the help of c++ coding. We used varies types of functions in this c++ coding
- Add
- Display
- Search
- Update
- Delete We have also used the comment statements so that every one can understand people will not find it difficult to understand the program. The different comment statements are as follows:
- /* */: the entire paragraph you want as a comment.
- // : This is used to make a line as comment.