Which of the following is false about arrays? Group of answer choices
1. The position number contained within square brackets is called a subscript or index
2. The last element of an array has position number one less than the array size
3. A subscript cannot be an expression
4. When initialize an array the size should be a constant int number or a constant int variable

Respuesta :

A subscript cannot be an expression Is false about Arrays.

Answer: Option (4) is correct.

Explanation:

A subscript is any character or letter that is below any other character. It is mostly used in chemistry especially in formulas.

The Array represents order or a series. in case if array the subscript is written in Brackets. A subscript can be an expression also. Subscript can be any form of expression. it can be any expression in the form of integers. A subscript does not make use of 0 And 1.