Data Structure & Algorithms Questions and Answers
Practice ModeShowing 10 of 77 questions
Q41
Two dimensional arrays are also called
Answer: Option C
Q42
The term "push" and "pop" is related to the
Answer: Option C
Q43
A data structure where elements can be added or removed at either end but not in the middle is referred as
Answer: Option D
Q44
The following sorting algorithm is of divide ad-conquer type
Answer: Option B
Q45
An algorithm that calls itself directly or indirectly is known as
Answer: Option A
Q46
The elements of an array are stored successively in memory cells because
Answer: Option A
Q47
The memory address of the first element of an array is called
Answer: Option A
Q48
The memory address of fifth element of an array can be calculated by the formula
Answer: Option C
Q49
The following data structure can't store the non-homogeneous data elements
Answer: Option A
Q50
The in order traversal of tree will yield a sorted listing of element of tree in
Answer: Option B