Need Help.

Hey.I just want to know the code of the program:
Write code to accept matrix as aurgument and display its multiplication matrix which return its multiplication matrix.

plzz help.thank u.
A simple drought will be :

int* multiplyMatrix(int *rows, int *cols, int r_count, int _count)
{
//code goes here.
}

int main()
{
//inputs and arguments goes here.
return 0;
}
Topic archived. No new replies allowed.