Could you tell me in comments in program where i am going wrong

question:
rotate image n*n anti clockwise

answer:
www.ide.codingblocks.com/s/325442

Hello @aarijrab i am not able to open the link please share it again.

ok…i am sending again

@https://ide.codingblocks.com/s/325533
i have made all the changes in your array there were silly errors but the major error was there is no reverse function which works onarray.
i hope i have cleared your diub t.
Happy Learning!!

why did you take 1005 instead of 1000…and can we take n isntead of 1005…you told there were silly mistakes…could you tell wat were the mistakes

i was gettingthis error [ Function was not declared in this scope]…what i had done wrong…pleas tell

for instance i have taken array of bigger size it is just good habbit .
its my habbit because this i have been taught.
you can declare the array of size N also but in bigger test cases it gives error .

You were getting these errors because you have declare your functions below the main which cannot be done unless you declare the prototype for the functions before the main function.
only a class or structure can call functions below them .

i hope i have cleared your doubt
Happy Learning ! !