Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C

Compiler

gcc 8.3.0

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

about 6 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
prog.c: In function 'fractional':
prog.c:9:7: warning: value computed is not used [-Wunused-value]
     n * fractional(n-1);
     ~~^~~~~~~~~~~~~~~~~
prog.c:10:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
10! = 1
Exit Code:
0