Ask Question
7 November, 21:52

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

+5
Answers (1)
  1. 7 November, 23:18
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers