Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C

Compiler

gcc 10.1.0

Options
Warnings
C99
-pedantic
Raw compiler options
-lm

Author

anonymous

about 4 years ago

$ gcc prog.c -Wall -Wextra -std=c99 -pedantic -lm
prog.c: In function 'area':
prog.c:7:20: warning: unused variable 'z' [-Wunused-variable]
    7 |     double complex z = cpow(r, .2); // i get an error here on the letter r saying missing colon (;)
      |                    ^
Exit Code:
0