Language
C
Compiler
gcc 12.2.0
Options
Warnings
C11(GNU)
no pedantic
$ gcc prog.c -Wall -Wextra -std=gnu11
sign value bits
SIGNED -1: 1 1 1 1 1 1 1 1
UNSIGNED 255: 1 1 1 1 1 1 1 1
Exit Code:
0
C
gcc 12.2.0
$ gcc prog.c -Wall -Wextra -std=gnu11
sign value bits
SIGNED -1: 1 1 1 1 1 1 1 1
UNSIGNED 255: 1 1 1 1 1 1 1 1