Computer Science, asked by mohdaaish7030, 1 year ago

given an array a[ ], return an array b[ ] such that b[i ] = product of all elements of array a[] , excluding a[i]. division is not allowed.

Answers

Answered by Ayushjisingh
0
return an array=[] is your answer
Similar questions