Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C

Compiler

gcc 11.1.0

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

about 4 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
prog.c:3:6: warning: return type of 'main' is not 'int' [-Wmain]
    3 | void main()
      |      ^~~~
Enter a binary number(1s and 0s) 
The Binary number is = 101 
Its decimal equivalent is = 5 
Exit Code:
31