Problem in merge sort

My answer is coming right but it did not pass any test case .

What is missing in this?
Here is my code: https://ide.codingblocks.com/s/207578

Hey @princeky4
Your fixed array size is 100
Whereas input array size can be 2*10^5
So please do that