Create a structure to specify following data of employees in a company: Name, Salary, empID Assume that there are 50 employees in the company
1) Write a function to print Names of all employees whose salary is between 30000 and 40000.
2) Write a function to increase salary by 5000 and print all information of a employee whose
empID is received by function(call by reference)

Solved
Show answers

Ask an AI advisor a question