Computer Science, asked by naveenmahto0, 3 months ago

5. Which of the following data structures are indexed structures?

A Stack
B Linked lists
C Linear arrays
D None of the above

Answers

Answered by navdeep1667
4

Answer:

c. Linear arrays

hope it helps you:)

Answered by qwcricket10
2

Option(C) Linear arrays are the data structures that are index structures.

  • How data is stored and managed is represented by the data structures.
  • Indexed structure is also a data structure that has a key associated with a data value.
  • The value is identified based on that key.
  • Linear array contains the value that shares the same characteristics.
  • And all the members can be called by an index.
Similar questions