The size declarator indicates the number of elements, or values, an array can hold.It is used in a definition of an array.The size declarator must be a constant integer expression with a value greater than zero. A subscript is used to access a specific element in an array.