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