C programming
Othello BOARD GAME !!!!
I need some code for this function :
// Places the disc at location row,col and flips theopponent discs as needed
void placeDiscAt(charboard[][SIZE], int row, int col,char disc){
// COMPLETE THIS FUNCTION
}
Expert Answer
An answer will be send to you shortly. . . . .