Skip to content

Commit 4abfca9

Browse files
authored
Update 14 Mergeing 2 Array.cpp
1 parent a05d2fe commit 4abfca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Array/14 Mergeing 2 Array.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ for (i = 0; i < no1; i++)
7070
scanf("%d", &arr1.A[i]);
7171
}
7272
arr1.length = no1;
73+
//int no2 = no + no1;
74+
//arr2->A = new int[no2];
7375
arr2 =Merge(&arr,&arr1);
7476
Display(arr2);
7577
return 0;

0 commit comments

Comments
 (0)