Employee

  • C

C Program To Calculate Overtime Pay of 10 Employees

Write a C program to calculate overtime pay of 10 employees. Overtime is paid at the rate of Rs 12…

5 years ago
  • C

C Program To Determine Designation of Employee Based On Salary

Rewrite the following C program using Conditional / Ternary Operator. Source Code: C Program To Determine Designation of Employee Based…

5 years ago
  • C

DA, HRA, Gross Salary: C Program

Ramesh's basic salary is input through the keyboard. His dearness allowance is 40% of basic salary, and house rent allowance…

5 years ago
  • C

C Program to Calculate Gross Salary of an Employee

In a company an employee is paid as under: If his basic salary is less than 5000 then he'll get…

5 years ago