Is there sort function in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a[10]; printf("%d",*a+1-*a+3); }
What is ## preprocessor operator in c?
Explain the difference between strcpy() and memcpy() function?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
Explain what does a function declared as pascal do differently?
What is the benefit of using #define to declare a constant?
How to add two numbers without using semicolon n c????
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
What is abstract data structure in c?
What is static and auto variables in c?
How can I handle floating-point exceptions gracefully?
What is getche() function?