Multiple_Matrices_Multiplication

An algorithm that performs multiplication of any number of matrices whose sizes are user defined and are dynamically allocated in memory.

This is a memory allocation and pointers exercise that i had in mind. It's not dummy-proof, just make a zero entry to exit.