Array spiral print anticlockwise doubt

sir code does not pass any testcase
where i am making mistake

sorry i missed your doubt

your mistakes

  1. print space after comma

  2. in the condition you have to use equal to
    correct condition will be (at line no 31 and 39)

if(sc<=ec){
}
if(sr<=er){
}

Modified Code

Now it passes all testcases

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.