updated by api call
Program for Matrix Multiplication in C++ using Operator Overloading : We will now try to multiply two matrix by using the concept of operator overloading. The described way is very very easy to understand. We will be overloading "*" operator for this purpose. Although this can be done by any binary operator.