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
In scanf h is used for
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
How can I discover how many arguments a function was actually called with?
Method Overloading exist in c ?
What is the use of void pointer and null pointer in c language?
Differentiate between a structure and a union.
how to make program without <> in library.
write a program to display the frequency of each element in a given array in c language
What is int main () in c?
Can variables be declared anywhere in c?
How can I send mail from within a c program?