Question: use C language to write these codes Task1: Take 10 Employees' names, IDs, Salary from user input. Write all names in name.txt, Id in id.txt,

use C language to write these codes

Task1: Take 10 Employees' names, IDs, Salary from user input. Write all names in name.txt, Id in id.txt, and Salary in salary.txt Now read all information from those text files, and write Highest paid employee name, id, salary in Highest.txt.

Task2: Read 15 integer Numbers from user input. Write all numbers in all.txt, All even number in even.txt, Odd in odd.txt. Now read all even and odd from those Text files and print in the console screen.

Task 3: Create an employee structure with their name, id, salary, designation. Take ten employees' information from user input using that structure. Find the name, id, designation of an employee who gets a 15000-23000 salary. Write all information in a text file.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!