I am a bit beginner in c language and I am creating a program to play tic tac toe randomly. Unfortunately some of the functions are not working well.

#include <stdio.h>
int done1[8], done2[8],...