Exercise 5: Implementing Double Pointers
Create a board by using double pointers.
We'll cover the following...
We'll cover the following...
Problem statement
Write a makeBoard
function that takes two parameters: rows
and columns
. This function should create a board of the specified size ...