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;