Exercise on Pointers
Test your knowledge on pointers and dynamic memory!
We'll cover the following...
In an earlier exercise (in the Complex Data Types section), we saw how to print a matrix and how to multiply two matrices. But the size of the matrix was a fixed constant. Now, we want to accomplish the same using a matrix ...