Exercise 5: Implementing Double Pointers
Create a board by using double pointers.
We'll cover the following...
Problem statement
Write a makeBoard function that takes two parameters: rows ...
Ask
Create a board by using double pointers.
Write a makeBoard function that takes two parameters: rows ...