@ -6,6 +6,8 @@
void timequiz();
int getRandomQuestionIndex(int askedQuestions[], int totalQuestions);
void timequiz() {
printf("Welcome to our Time Quiz!\n");
@ -52,4 +54,8 @@ void timequiz() {
memset(askedQuestions, 0, sizeof(askedQuestions));
srand((unsigned int)time(NULL));
int getRandomQuestionIndex(int askedQuestions[], int totalQuestions) {
}
@ -2,5 +2,6 @@
#define TIMEQUIZ_H
#endif //ende TIMEQUIZ_H