News

We firstly initialize a 2D array, arr [i] [j] using two for loops, one for row iteratiion and one for column iteration. After that, we try to print the respective array ,again using two for loops.