to print the salary of an employee according to follwing calculation:
Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%.
Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/-
create c language program?
No Answer is Posted For this Question
Be the First to Post Answer
c program to manipulate x=1!+2!+3!+...+n! using recursion
Why doesnt long int work?
Difference between for loop and while loop?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
Explain what is the use of a semicolon (;) at the end of every program statement?
How can I do peek and poke in c?
Can we access the array using a pointer in c language?
What is structure data type in c?
What is struct node in c?
why programming language C is still used in operating system's kernel??
Explain how can I convert a string to a number?