Merge sorting in c Data Structure using C 10:24 C Program to Implement MERGE SORT Merge Sort #include<stdio.h> #include<stdlib.h> void Merge( int a…