Wednesday, 2 October 2013


# include # include #include using namespace std; class employee { char name[20]; int salary,exp; public: void getdata() { fflush(stdin); cin.getline(name,20); fflush(stdin); cin>>salary>>exp; } void putdata() { cout<

No comments:

Post a Comment