Pages
Home
C++/C- Programs
DOS Commands
BS Communication
Mathematics
Advertisement
About Us
Contact us
Thursday, January 10, 2013
Bank App : Costumer Name, Account Number,Balance, Withdrew, Deposit etc. (C Program)
#include<stdio.h>
#include<conio.h>
struct bank
{
char name[20];
int an,bal;
};
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)