Programming Languages Welcome to coding world Write a C program to calculate Gross Salary of an employee Write a C program by https://houseofinformation31.blogspot.com/ to calculate Gross Salary of an employee. Here’s simple program to calculate Gross Salary of an employee in C Programming Language. Gross salary: We need to take input from user and then apply the simple formula to calculate the gross salary i.e. gross salary= basic salary+ dearness allowance+ house rent allowance. Below is the source code for C program to calculate Gross Salary of an employee which is successfully compiled and run on Windows System to produce desired output as shown below: SOURCE CODE: /* C program to calculate Gross Salary of an employee */ # include <stdio.h> int main() { char name[30]; float basic, hra, da, pf, gross; printf("Enter name: "); ...
My blog honor to help readers at all stages of their journey make progress towards new level of success. Come and learn from my blog about what you need what you want to know just follow my blog. Follow my blog to update with currents affairs of Pakistan. My blog although updates you about the showbiz of Pakistan.