Is there sort function in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in c language for the multiplication of two matrices using pointers?
what is void pointer?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Explain what is the difference between #include and #include 'file' ?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is hungarian notation? Is it worthwhile?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What are dangling pointers? How are dangling pointers different from memory leaks?
what is software?
What is the use of in c?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
write a program to create a sparse matrix using dynamic memory allocation.