Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Quiz.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int main()
char playername[20];
mainhome:
system("cls");
printf("\n\t\t C programe Quiz game...");
printf("\n\t\t C programe is game...");
printf("\n\t\t created by md. manwar hossain");
printf("\n\t\t > Press S to start the game");
printf("\n\t\t > Press V to view the highest score ");
Expand Down