kindly tell what is wrong in my code and also plz tell this why we are giving 100 in column for array parrameter in void function.
Not able to understand
hi @anisha2001singhal,
We are giving 100 in column for array parrameter in void function because C++ doesn’t allow us to pass 2D array without fixed size, that’s why we have to pass some value.
You were doing mistake in two loops,
I have corrected the mistake.
If you have any other doubt please let me know.
1 Like
But this code is also not showing the correct output.Kindly check