Ask Question
18 April, 17:24

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

+4
Answers (1)
  1. 18 April, 20:52
    0
    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.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following is false about arrays? Group of answer choices 1. The position number contained within square brackets is called a ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers