1.

Elements in an array are accessed _____________(a) randomly(b) sequentially(c) exponentially(d) logarithmicallyThis interesting question is from Array and Array Operations in portion Abstract Data Types of Data Structures & Algorithms II have been asked this question in an internship interview.

Answer»

Correct ANSWER is (a) randomly

Easiest EXPLANATION - Elements in an ARRAY are accessed randomly. In Linked LISTS, elements are accessed sequentially.



Discussion

No Comment Found

Related InterviewSolutions