After learning the basics of array, let's see what's One-Dimensional Array and Two-Dimensional Array? One-Dimensional Array is normal array, which is basically linear and only in one-direction. Two-Dimensional Array is array in which can store data in table form or matrices. Two-Dimensional Array has rows and columns i.e we can form tables.