Which of the following is a linear data structure?
A
Hash Table
B
Graph
C
Array
D
Tree
Correct Answer: Option C — Array
Explanation:
An array is a linear data structure because its elements are arranged sequentially in memory, one after another, unlike trees and graphs which have hierarchical or networked structures.