Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C

Compiler

gcc 10.1.0

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

about 4 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
before : arr1 = , arr2 = hoge
after  : arr1 = hoge, arr2 = hoge
Exit Code:
0