Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 7 years ago

Language

Compiler

Options

Author

anonymous

about 7 years ago

$
prog.c: In function 'main':
prog.c:5:32: warning: operation on 'i' may be undefined [-Wsequence-point]
     printf ("%d %d %d", i,i++, ++i);
                                ^~~
prog.c:5:32: warning: operation on 'i' may be undefined [-Wsequence-point]
3 2 3
Exit Code:
0