Post New Answer View All Answers
How will you divide two numbers in a MACRO?
What is table lookup in c?
How can a program be made to print the name of a source file where an error occurs?
Why do we use & in c?
Write a program to check whether a number is prime or not using c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Can static variables be declared in a header file?
What is dynamic memory allocation?
What is the best way of making my program efficient?
Write the control statements in C language
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 malloc is faster than calloc?
How many types of operators are there in c?
How can you increase the allowable number of simultaneously open files?
Explain how can I avoid the abort, retry, fail messages?