Skip to content

Commit 4344dad

Browse files
Update Array Reversal.c
1 parent b244dca commit 4344dad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Array Reversal.c

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ int main()
99
for(i = 0; i < num; i++) {
1010
scanf("%d", arr + i);
1111
}
12-
/* Write the logic to reverse the array. */
1312
int* left_ptr = arr;
1413
int* right_ptr;
1514
int temp;

0 commit comments

Comments
 (0)