A simple multiple-choice quiz game built using C, where questions and options are loaded from a text file. Users interact via the terminal and receive a final score at the end based on their responses.
This program allows users to:
- Load quiz questions from a
.txtfile - Answer multiple-choice questions (A, B, C, or D)
- Get instant feedback on each answer
- See their total score at the end of the quiz
- β Supports Multiple Choice Questions (MCQs)
- π Reads questions and options from a text file
- β Evaluates user answers in real-time
- π Displays final score
- π¬ Feedback for every question