Computer Science, asked by kalpeshjedgule, 3 months ago

Which of the following statements) is/are NOT
correct? Tick all correct answer(s) No partial
marks and no negative marks
Select one or more
1)Aspecific element in an array is accessed
by its index number
2)Prelement of an array is stored at index
3)Amay is the collection of functions of
different dates
4)Array index starts from 1​

Answers

Answered by Kartikxisk
2

Answer:

3 and 4 are false

Explanation:

because array is a collection of same datatype in contiguous Memory location and array index start with 0.

Answered by adventureisland
0

3)Array is the collection of functions of  different dates &

4)Array index starts from 1​ ⇒ These statements are not  correct.

Explanation of Array:

  • The entity's first member should be labeled array[0] because it is totally contained within the memory address to which the array refers.
  • A collection of data with the same type can be retrieved using an integer address that normally starts with 0.
  • Because array indices in high-level computer languages often begin at 0, computer programmers can use zeroth where others might use first, and etc.
Similar questions