c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16
1 1994Function calling procedures? and their differences? Why should one go for Call by Reference?
ADP,
1130Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
1318How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
1167
How do I convert a string to all upper or lower case?
Where register variables are stored in c?
Can main () be called recursively?
Which is best linux os?
What are types of functions?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
How do you convert strings to numbers in C?
What are the 5 organizational structures?
What is a list in c?
What are the ways to a null pointer can use in c programming language?
What are the characteristics of arrays in c?
What are near, far and huge pointers?
all c language question