Click here to Skip to main content
15,879,095 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more: (untagged)
Pls send me source code:
write a c program in
1.Add employee
2.Add Department
3.Assign an employee to a deptment with start and end date
4.Exit

Employee:(Employee.txt)
1,e.number->(Auto numbering)
2,e.name
3,e.age->20 to 58
4,e.city

Department:(department.txt)
1,d.number
2,d.name

Emp-Dept:(empdept.txt)
1,e.number->name
2,d.number->name
3,Start date
4,End date
Posted
Updated 29-Apr-14 1:07am
v3
Comments
Rage 29-Apr-14 7:06am    
No.
[no name] 29-Apr-14 7:12am    
You need to at the very least make some sort of attempt to do your own homework assignment.
thatraja 29-Apr-14 8:35am    
Good luck!

1 solution

As per OriginalGriff statement

"We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!"
 
Share this answer
 
Comments
CPallini 29-Apr-14 9:00am    
:-)
5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900