Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 7 years ago

Language

Compiler

Options

Author

anonymous

over 7 years ago

$
prog.c:5:5: error: function definition is not allowed here
    {
    ^
prog.c:8:19: warning: implicit declaration of function 'sum' is invalid in C99 [-Wimplicit-function-declaration]
    printf("%d\n",sum(5,2));
                  ^
1 warning and 1 error generated.
Exit Code:
1