Oracle interview question

Take 2 matrix as 1D array and perform matrix multiplication in 1D array only

Interview Answer

Anonymous

14 Aug 2019

Showed him the logic and wrote code using two for loops ( one nested in the other)