This document discusses two dimensional arrays in a structured programming language. It defines a two dimensional array as an array of one dimensional arrays that can store elements in rows and columns. The document provides examples of declaring and initializing 2D arrays with data types, maximum rows and columns. It demonstrates how to access elements, take input and output the elements of a 2D array using loops and indexing.