We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e99d2 commit 08007caCopy full SHA for 08007ca
0x06-pointers_arrays_strings/4-rev_array.c
@@ -9,7 +9,7 @@
9
void reverse_array(int *a, int n)
10
{
11
int index;
12
- char m;
+ int m;
13
14
for (index = 0; index < n--; index++)
15
0 commit comments