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
Get step-by-step solutions from verified subject matter experts
