size of array always remains the same-size doesn't change
Answers
Answered by
1
Explanation:
There are two types of arrays in Visual Basic namely: Fixed-Size Array: The size of array always remains the same-size doesn't change during the program execution. When an upper bound is specified in the declaration, a Fixed-array is created. The upper limit should always be within the range of long data type.
hope you have helped
please please mark me as brainlist
Similar questions