This document contains a C program that implements the Merge Sort algorithm. It includes functions for merging sorted arrays, performing the merge sort, and printing the array. The main function demonstrates the sorting of a sample array and outputs the sorted result.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
12 views2 pages
C Program For Merge Sort
This document contains a C program that implements the Merge Sort algorithm. It includes functions for merging sorted arrays, performing the merge sort, and printing the array. The main function demonstrates the sorting of a sample array and outputs the sorted result.