Computer Science, asked by pannabhandari06, 8 days ago

The size of the array should always be ___ *
(A) Positive
(B) Negative
(C) Whole number
(D) Real number

Answers

Answered by aj200260
2

Answer:

(A) Positive

HOPE IT HELPS

THANK YOU!

Answered by priyarksynergy
1

The correct answer is option (A) Positive.

Explanation:

  • The size of the array should always be Positive.
  • An array is a collection or set of similar data elements stored at contiguous memory locations.
  • It is the simplest data structure in which each data element can be accessed directly by only using its index number.
  • Array cannot have a negative size, the size of the Array should always be Positive.
  • Hence, the correct answer is option A i.e Positive.
Similar questions