Author
anonymous
about 4 years ago
C
gcc 10.1.0
$ gcc prog.c -Wall -Wextra -std=gnu11
before : arr1 = , arr2 = hoge after : arr1 = hoge, arr2 = hoge