Array in Scala is –

92. Array in Scala is -

  1. A primary data type
  2. Stream of data from I/O
  3. Linear data structure with a fixed number of elements
  4. All of these

Answer: C) Linear data structure with a fixed number of elements

Explanation:

Array is a linear data structure with a fixed number of elements.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.