Computer Science Ques 500

Question: Array is?

Options:

A) Linear data structure

B) Non-linear data structure

C) Complex data structure

D) Simple data structure

E) None of these

Show Answer

Answer:

Correct Answer: A

Solution:

  • In a linear data structure, member elements form a sequence. Such linear structures can be represented in memory by using one of the two methods: ? By having the linear relationship between the elements represented by means of sequential memory locations. These linear structures arc called Arrays. ? By having relationship between the elements represented by pointers. These structures are called linked lists.