variable-length array
Appearance
From Wiktionary, the free dictionary
English
[edit ]| Examples |
|---|
intfibonacci(intn){ intnums[n]; // ... } A function which defines an array with variable size, dependent on the value of n. |
Noun
[edit ]variable-length array (plural variable-length arrays )
- (programming ) An array whose length is determined by a variable at run time.