We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05d2fe commit 4abfca9Copy full SHA for 4abfca9
Array/14 Mergeing 2 Array.cpp
@@ -70,6 +70,8 @@ for (i = 0; i < no1; i++)
70
scanf("%d", &arr1.A[i]);
71
}
72
arr1.length = no1;
73
+//int no2 = no + no1;
74
+//arr2->A = new int[no2];
75
arr2 =Merge(&arr,&arr1);
76
Display(arr2);
77
return 0;
0 commit comments