Computer Science, asked by SouLYatisH, 6 hours ago

All the values in ________ are of same type.
Fast
Give right answer related to Computer science​

Answers

Answered by lemone
3

Answer:

Fields

Explanation:

This answer was given in my worksheet.

Answered by SharadSangha
0

All the values in the array are of the same type.

  • A collection of related data pieces stored in contiguous memory regions is referred to as an array.
  • It's the simplest data structure because each data element can only be retrieved by its index number.
  • If we want to keep a student's grades from five different classes, we don't need to construct distinct variables for each one.
  • We can also design an array that stores the data in contiguous memory locations.
Similar questions