Question: write a function void print_around(charM[9][9], int row, int col) which prints the elements to the left, to the right, directly above and directly below M[row][col].
write a function void print_around(charM[9][9], int row, int col) which prints the elements to the left, to the right, directly above and directly below M[row][col].
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
