A variety of array is known as 2D array. The two dimensional (2D) array in C writing computer programs is otherwise called network. A framework can be spoken to as a table of lines and segments. Example :int tictactoe[] []= new int [3][3];
A 2D array has a sort, for example, int[][] or String[][], with two sets of square sections. The components of a 2D array are organized in lines and sections, and the new administrator for 2D array determines both the number of lines and the number of segments.