logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Programming Comments

  • Question
  • Write a c program for quick sort.


  • Correct Answer
  • #include void quicksort(int [10],int,int); int main(){ int x[20],size,i; printf("Enter size of the array: "); scanf("%d",&size); printf("Enter %d elements: ",size); for(i=0;ix[pivot]) j--; if(i


  • Programming problems


    Search Results


    • 1. Write a c program for selection sort.
    • Discuss
    • 2. Write a c program to print multiplication table
    • Discuss
    • 3. Write a c program to check whether a number is strong or not.
    • Discuss
    • 4. C program to find the factorial of a given number
    • Discuss
    • 5. Write a program to generate the Fibonacci series in c?
    • Discuss
    • 6. Write a c program for insertion sort.
    • Discuss
    • 7. Write a c program for merge sort.
    • Discuss
    • 8. Write a c program for binary search.
    • Discuss
    • 9. Write a program for matrix multiplication in c
    • Discuss
    • 10. Write a c program to copy a data of file to other file.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment