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:5:28: warning: unsequenced modification and access to 'i' [-Wunsequenced]
    printf ("%d %d %d", i,i++, ++i);
                        ~  ^
1 warning generated.
1 1 3
Exit Code:
0