There is a question in my lab i couldnt figure it out .. I need your help to give me hints not to solve it.



/* Mergesort: Use merge() to sort an array of size n */
#include <stdio.h>...