Create a Program that structure to specify data of customers in a bank

Create a Program that structure to specify data of customers in a bank

Program that structure to specify data of customers in a bank Object: Create a structure to specify data of customers in a bank. The data to be stored is: Account number, Name, Balance in account. Assume a maximum of 200 customers in the bank. Write a function to print the Account number and name of …

Create a Program that structure to specify data of customers in a bank Read More »