void merge_sort(int A[],int p,int r) { int q; if(p