WAP to accept basic salary of an employee?
Calculate it HRA=25%,DA=30%,PF=30%&net salary display all
contents?
Answer Posted / brijesh
jst add basic into net salary with da n hra n pf
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
Can we assign integer value to char in c?
What is assert and when would I use it?
Can we initialize extern variable in c?
Why c is called object oriented language?
Write a program for finding factorial of a number.
What are the different categories of functions in c?
What is use of #include in c?
What is volatile keyword in c?
What are loops in c?
In C language, a variable name cannot contain?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
In a switch statement, explain what will happen if a break statement is omitted?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?