Static Array
Home
>
Computer Science
>
Algorithms and data structures
>
Arrays
>
Static Array
A fixed length array that is defined at compilation time and cannot be resized at runtime.