Top

Discussion

What are the advantages of arrays?

  • A.Objects of mixed data types can be stored
  • B.Elements in an array cannot be sorted
  • C.Index of first element of an array is 1
  • D.Easier to store elements of same data type

Answer: D

Arrays stores elements of same data type and present in continuous memory locations.

No comment is present. Be the first to comment.
Loading…

Post your comment