Software Engineering Array in C++ Standard Template Library (STL) Array is a container in C++ STL which are used to store homogeneous (same) type of data and provides several useful functionalities over it. It is a static array.