Interview Questions

Delphi array types

Delphi Interview Questions


(Continued from previous question...)

Delphi array types

There are two types of arrays.
1.Static - array[indexType1, ..., indexTypen] of baseType
2. Dynamic - array of baseType

(Continued on next question...)

Other Interview Questions