answersLogoWhite

0

Banking operations in c programm

Updated: 8/11/2023
User Avatar

Wiki User

11y ago

Best Answer

here is c code for banking system....

#include <stdio.h>

#include <stdlib.h>

#include <conio.h>

#include <dos.h>

#include<string.h>

#include <graphics.h>

#define LEN 100

/*====================================================================*/

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

want the answer

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Banking operations in c programm
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the feutures of a good c program?

c program is fast and efficient.And c programm can be write with vareity of type variables and operations.


What is turbo c programm?

BGIDEMO.C is an example.


How compile c programm without c editor?

Editor is not part of the compilation.For TurboC its TCC myfile.c


What are the departments in a bank?

The departments are retail banking, loan servicing, wealth management, investment banking, deposit operations, wire transfer operations, cash management, electronic banking, commercial banking and mortgage banking. There are also the investment department, loan department, real estate, treasury, cash vault, and teller area.


What city dominated banking operations in the early Renaissance?

Florence.


What are the Different departments in a Bank?

The departments are retail banking, loan servicing, wealth management, investment banking, deposit operations, wire transfer operations, cash management, electronic banking, commercial banking and mortgage banking. There are also the investment department, loan department, real estate, treasury, cash vault, and teller area.


What is Branch Banking Operations?

Branch Banking operations refer to certain banking operations carried out by a bank in certain specific branches. For ex: Let us take State Bank of India, SBI, They may have thousands of branches across india, but only a number of them would have safety deposit lockers. In this case, lockers facility would become a branch banking operation.


Citibank has banking operations in how many different countries?

Citibank has banking operations in one hundred and sixty countries and many territories. Citibank is headquartered on Park avenue in Manhattan, New York.


What is the full form of SIBOS?

Swift International Banking Operations Seminar


What is CPU usage small programm c plus plus?

Example: int main (void) { LOOP: goto LOOP; }


Advantages and functions of e banking?

One advantage to e-banking is that the user does not have to leave the house to do most banking operations. The function of most e-banking institutions is to make it easier for customers to bank where they want.


How do you write a programm in c plus plus without using function main?

I don't think its possible. Every C++ program must at least have the main function.