Saturday, April 17, 2010

2nd part of the project hospital management

struct doctor
{
       int Doc_ID;
       char doc_nam[20];
       int age_doc;
       char doc_gender;
       int room_assign;
       int timming;
       };

No comments:

Post a Comment

Please give your comments.

Thanks
Razye :)