Post New Answer View All Answers
What is volatile variable in c?
How do you list files in a directory?
How is a pointer variable declared?
What is difference between arrays and pointers?
List some of the static data structures in C?
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 ?
Why c language is called c?
Why should I use standard library functions instead of writing my own?
diff between exptected result and requirement?
How can I recover the file name given an open stream or file descriptor?
Why is structure padding done in c?
What does 1f stand for?
is it possible to create your own header files?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is struct node in c?