Skip to content

Divya-Darshan/C-mini-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿง  Quiz Game in C ๐ŸŽฎ

๐ŸŽฏ A mini project built with C โ€” test your knowledge with random questions in an endless loop!


๐Ÿ“˜ About the Project

This is a basic quiz game written in the C programming language as part of a mini-project. It features:

  • ๐Ÿ“‹ A set of pre-defined quiz questions
  • ๐ŸŽฒ Random question selection
  • ๐Ÿ” Infinite gameplay loop until the user exits
  • ๐Ÿงฎ Score tracking for correct answers

It's a great beginner-friendly project that demonstrates fundamental C concepts like functions, arrays, conditionals, loops, and rand() usage.


๐Ÿš€ Features

  • โœ… Multiple choice questions
  • ๐Ÿ” Continuous play loop
  • ๐ŸŽฏ Score feedback after each answer
  • ๐Ÿง  Randomized questions to avoid repetition

๐Ÿ› ๏ธ Tech Used

  • ๐Ÿ’ป Language: C
  • ๐Ÿงฎ Core Concepts: Arrays, Functions, Conditional Logic, Random Numbers, Loops
  • ๐Ÿงฐ Compiler: GCC / Any standard C compiler

๐Ÿ“‚ Project Structure


๐Ÿงช How to Run

  1. Clone or download the repository.
  2. Compile the program using a C compiler:
    gcc Main.c -o Main

About

A mini project using programming language c for a basic quiz game with random questions on a loop

Resources

Stars

Watchers

Forks

Languages