Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C

Compiler

gcc HEAD 9.0.1 20190411 (experimental)

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

about 6 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
prog.c: In function 'main':
prog.c:4:30: warning: operation on 'a' may be undefined [-Wsequence-point]
    4 |         printf("%d %d", ++a,a++);
      |                             ~^~
7 5
Exit Code:
0