CS 3304: Comparative Languages
Data Types
[
Course Documents
] : [
Data Types
]
Previous
Contents
Next
Keyword Index
Static Arrays
Range of subscripts and storage bindings are static
Examples: FORTRAN 77, global arrays in C++, some arrays in Ada
Advantage:
Execution efficiency (no allocation or deallocation)
Disadvantages:
Size must be known at compile time
Bindings are fixed for entire program