we need to calculating INCOME TAX for the person.
The INCOME TAX is as follows:-
First $10000/- of income : 4% tax
Next $10000/- of income : 8% tax
Next $10000/- of income : 11.5% tax
above $10, 00,00/- : 15% tax
What is the Solution of this Question ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of volatile?
Why doesnt the call scanf work?
a 'c' program to tell that the set of three coordinates lie on a same line
What is the size of enum in bytes?
Can you return null in c?
Compare interpreters and compilers.
which type of question asked from c / c++ in interview.
When a c file is executed there are many files that are automatically opened what are they files?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
What are the header files used in c language?
can we change the default calling convention in c if yes than how.........?