Tested on Windows 10! If you want to run the program on Linux, I don't tested it before on Linux, which means maybe you can get errors.
First of all, you should have a C-language compiler like GCC or MinGW. If you already have a compiler, run the following command:
gcc -o quiz-app quiz-app.c
And you can run the program :)