write a c++ code using stack,linked list.
In quiz game, questions are chosen in such a a way that they cover all fields of a typical quiz contest. The user’s general knowledge is tested with quiz questions regarding science, technology, movies, sports, general health, geography and many more.
Quiz Game Project Introduction:
Functions of projects and below is some function used in project:-
Edit score--adds the prize won to the previous one upon giving the right answer to a question
Help-- menu with game summary and rules
Show record--shows the highest cash prize won by a particular user
Show score--to view the highest score
Reset score--to reset the highest score/ default
In quiz game project, we can store the user’s name, view the highest score secured by a user, and even reset the score.
The game ends when the user’s cash prize piles up to 1000 RS. For each question there are 4 options A, B, C and D and no negative markings. so, money would not be deducted for wrong answers to the questions