Provides a variable-length array (VLA), also called variable-sized or runtime-sized. It is an array data structure whose length is determined at run time (instead of at compile time). The main purpose ...