Language
C
Compiler
gcc 11.1.0
Options
Warnings
Optimization
C11
-pedantic
$ gcc prog.c -Wall -Wextra -O2 -march=native -std=c11 -pedantic
Please enter the name of the star:
Please enter the age of: name
Age: 42
Please enter the color of: name
Color: red
Exit Code:
0