can functions be called within another function?
for example,
i want to multiply two Matrices,A and B
and each matrix has its own void function,
so how do i do that?is it using class or structure or what?
(i also need to transpose Matrix B,and planning to do the calculation of in a void function,so how do i call back matrix B?)
thank you for your time