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 1926Function calling procedures? and their differences? Why should one go for Call by Reference?
ADP,
1083Find 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.
1280How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
1101
What is difference between class and structure?
How can I read in an object file and jump to locations in it?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is the explanation for modular programming?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What are runtime error?
Explain what math functions are available for integers? For floating point?
What is return in c programming?
How can I determine whether a machines byte order is big-endian or little-endian?
#include
Is boolean a datatype in c?
How do you sort filenames in a directory?
Explain threaded binary trees?
What is keyword with example?