Take as input a 2-d array. Print the 2-D array in spiral form anti-clockwise.
Input Format
Two integers M(row) and N(colomn) and further M * N integers(2-d array numbers).
solution link:https://ide.codingblocks.com/s/260457
one test case is not passing
not working for an uneven matrix