Variable-length array

In computer programming, a variable-length array (VLA), also called variable-sized or runtime-sized, is an array data structure whose length is determined at runtime, instead of at compile time. In the language C, the VLA is said to have a variably modified data type that depends on a value (see Dependent type).

Source: Wikipedia — Variable-length array (CC BY-SA 4.0)

Variable-length array

In computer programming, a variable-length array (VLA), also called variable-sized or runtime-sized, is an array data structure whose length is determined at runtime, instead of at compile time. In the language C, the VLA is said to have a variably modified data type that depends on a value (see Dependent type).

This neuron ends here.

Source: Wikipedia "Variable-length array" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy