Skip to main content

C program to calculate Gross Salary of an employee

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: ");

    gets(name);

 

    printf("Enter Basic Salary: ");

    scanf("%f",&basic);

    printf("Enter HRA: ");

    scanf("%f",&hra);

    printf("Enter D.A.: ");

    scanf("%f",&da);

    

    /*pf automatic calculated 12%*/

    pf= (basic*12)/100;

 

    gross=basic+da+hra+pf;

 

    printf("\nName: %s \nBASIC: %f \nHRA: %f \nDA: %f \nPF: %f \n***GROSS SALARY: %f ***",name,basic,hra,da,pf,gross);

    

    return 0;

}

OUTPUT : 

Enter name: Salwa

    Enter Basic Salary: 23000

    Enter HRA: 9500

    Enter D.A.: 9500

     Name: Salwa

    BASIC: 23000.000000

    HRA: 9500.000000

    DA: 9500.000000

    PF: 2760.000000

    ***GROSS SALARY: 44760.000000 ***

Above is the source code for C program to calculate Gross Salary of an employee which is successfully compiled and run on Windows System.The Output of the program is shown above.

Popular posts from this blog

Good Morning Wishes

Aeza khan and Danish taimoor love story

Ayeza Khan bridal collection 2021 Ayeza Khan celebrate 10M on Instagram Danish Taimoor Danish Taimoor born on 16 February 1983 is a Pakistani actor and model.  He began his career in 2005 and seemed in "Mystery Series" (Do saal baad, Dracula); both episodes were directed by Imran khokhar and aired on Indus Vision. He is notable for his role in Urdu drama series' and telefilms in Pakistan.  Notable dramas include:  Haseena Moin's Meri Behen Maya  Mannchalay  Jab we Wed  Shert  Sari Bhool Humari thi  Aik Pal He made his film debut in Jalaibee in March 2015, directed by Yasir Jaswal

Ayeza Khan Bridal collection 2021

Pakistan Showbiz Ayeza khan celebrate 10M on Instagram Ayeza Khan & Danish Taimoor love story