Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 5 years ago

Language

C

Compiler

gcc 10.1.0

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

about 5 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
prog.c: In function 'add':
prog.c:7:12: warning: function returns address of local variable [-Wreturn-local-addr]
    7 |     return ar;
      |            ^~
Signal:
Segmentation fault