I am getting some compile time error but I am not ablke to understand the problem. Please check and help.
Error in code compilation
In the mergeSort(long int arr , … ) to mergeSort( long int arr[] , … ) since arr is an array not an interger.
I am getting some compile time error but I am not ablke to understand the problem. Please check and help.
In the mergeSort(long int arr , … ) to mergeSort( long int arr[] , … ) since arr is an array not an interger.