C Developer salary in India with less than 1 year of experience to 11 years ranges from ₹ 1.9 Lakhs to ₹ 15.2 Lakhs with an average annual salary of ₹ 5.1 Lakhs based on 58 salaries.
Read moreHow is Employee basic salary calculated?
What Is Basic Salary?
Read moreHow do you calculate gross pay in Java?
Java Program For Find The Gross Salary of an Employee
Read moreWhat is the formula of gross salary?
The basic salary is the base income of the fixed component of the whole compensation offered to employees. Gross Salary is, therefore: Basic Salary + HRA + Other Allowances .
Read moreHow is basic salary calculated from gross salary in India?
The basic pay is usually 40% of gross income or 50% of an individual’s CTC. Basic salary = Gross pay- total allowances (medical insurance, HRA, DA, conveyance, etc.)
Read moreHow do you write an algorithm for gross salary?
If basic_salary <= 10000 then, hra = basic_salary * 0.8 and da = basic_salary * 0.2 . Similarly check basic salary and compute hra and da accordingly. Calculate final gross salary using formula gross_salary = basic_salary + da + hra .
Read more