|
|
@ -8,6 +8,8 @@ void timequiz(); |
|
|
|
|
|
|
|
int getRandomQuestionIndex(int askedQuestions[], int totalQuestions); |
|
|
|
|
|
|
|
void displayQuestion(char* question, char* answers[], int correctIndex); |
|
|
|
|
|
|
|
void timequiz() { |
|
|
|
|
|
|
|
printf("Welcome to our Time Quiz!\n"); |
|
|
@ -69,3 +71,5 @@ int getRandomQuestionIndex(int askedQuestions[], int totalQuestions) { |
|
|
|
return questionIndex; |
|
|
|
} |
|
|
|
|
|
|
|
void displayQuestion(char* question, char* answers[], int correctIndex) { |
|
|
|
} |