Skip to content

Instantly share code, notes, and snippets.

View Charan1010's full-sized avatar
🎯
Focusing

charan_1996 Charan1010

🎯
Focusing
View GitHub Profile
#include<stdio.h>
#include<string.h>
main()
{
int a[3][3],m,i,j,k=1,r=0,b=1;
char x[20],y[20];
printf(" WELCOME TO TICTACTOE\n\n");
printf("Enter the name of first player\n\n");
scanf(" %s",x);
printf("\n\nEnter the name of second player\n\n");