Saturday, April 17, 2010

Hospital management

/*If you want to get full program please comment this program I will send you this full coding on your Email Id. Please write ur Id if you want really.*/
#include
#include
#include
struct patient
{
       int pat_no;
       char nam_pat[20];
       int age_pat;
       char sex_pat;
       char Disease[20];
       int dat_admit;
       int dat_discharge;
       int room_no;
       char tests[20];
       };

No comments:

Post a Comment

Please give your comments.

Thanks
Razye :)