Skip to content

MertJSX/c-lang-quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quiz app with C language

Introduction

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.

Creating exe file of program

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 :)

About

Simple quiz app with c language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages