Exercise 5: Implementing Double Pointers
Let's create a Board by using double-pointers.
We'll cover the following...
Problem Statement
In this exercise, you have to write a makeBoard
...
Let's create a Board by using double-pointers.
In this exercise, you have to write a makeBoard
...