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

Post New Answer

More C Interview Questions

What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


related proverb of "dont count your chicken before it hatches"

1 Answers  


write a c program for greatest of three numbers without using if statment

4 Answers   IBM,


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

0 Answers  






what is different between auto and local static? why should we use local static?

0 Answers  


Differentiate between ordinary variable and pointer in c.

0 Answers  


What is masking?

0 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  


what is the difference between auto and static keywords

1 Answers   cDot, College School Exams Tests, TCS,


What is a null string in c?

0 Answers  


What is wrong with this code?

0 Answers  


Categories