Wipro interview question

Delete some numbers in the stack and array without using any function.

Interview Answer

Anonymous

Feb 17, 2022

I answered that we simply make a empty array or stack and will copy the numbers which we want into empty array or stack one by one.