Home »
MCQs »
Scala MCQs
Array in Scala is –
92. Array in Scala is -
- A primary data type
- Stream of data from I/O
- Linear data structure with a fixed number of elements
- 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.