What are predefined functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different properties of variable number of arguments?
what is diference between return 0 and return NULL??
Are the variables argc and argv are local to main?
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 ?
Which function in C can be used to append a string to another string?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
How can I discover how many arguments a function was actually called with?
Binary tree traversing
Are the expressions * ptr ++ and ++ * ptr same?
why return type of main is not necessary in linux
Is array a primitive data type in c?
What is an identifier?