Posts by pedro • 11 points
1 post
-
1
votes2
answers424
viewsQ: Compare char in a matrix function
I’m playing an old game and I need to compare the positions if they’re equal to check the winner, but it’s not working. Here is the code: #include <stdio.h> #include <string.h> void…