Computer Science, asked by as1740318, 7 days ago

write a program to calculate the gross salary of a employee​

Answers

Answered by vishalverma5690
3

Answer:

C Program to calculate gross salary of a person.

#include<stdio.h>

int main() {

int gross_salary, basic, da, ta;

printf("Enter basic salary : ");

scanf("%d", &basic);

da = (10 * basic) / 100;

ta = (12 * basic) / 100;

gross_salary = basic + da +

Answered by as3801504
3

Answer:

the process by which green plants and some other organisms use sunlight to synthesize nutrients from carbon dioxide and water. Photosynthesis in plants generally involves the green pigment chlorophyll and generates oxygen as a by-product.

Explanation:

please sister give me 20 thanks I will give you 40 thanks

राधे राधे

Similar questions