write function updateboard to do the following a. return type void b. parameter list i. 1-d character array (i.e. move), size 3 ii. 2-d character array (i.e. board), size 8 rows and 8 cols iii. structure player (i.e. player) as a pointer c. declare local variable rowint, data type integer, set equal to function call getmoverow, passing parameter move as an argument