Pages
Home
C++/C- Programs
DOS Commands
BS Communication
Mathematics
Advertisement
About Us
Contact us
Tuesday, January 8, 2013
Create Structure for take input all Bank Information. (Bank App)
#include<stdio.h>
#include<conio.h>
struct bank
{
char bname[20],name[20];
long int acn,bl,wid,dep;
}v;
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)