Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 4 years ago

Language

C

Compiler

gcc 11.1.0

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

almost 4 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
before: a = 999999, b = 888888
after ; a = 891245, b = -192
before: a = 12345
after : a = 1
Exit Code:
0