C and DS Gate Questions and Answers
Practice ModeShowing 10 of 29 questions
Q21
The difference between linear array and a record is
Answer: Option D
Q22
Which of the following statement is false?
Answer: Option C
Q23
Binary search algorithm can not be applied to
Answer: Option A
Q24
When new data are to be inserted into a data structure, but there is no available space; this situation is usually called
Answer: Option B
Q25
The situation when in a linked list START=NULL is
Answer: Option A
Q26
Which of the following is two way list?
Answer: Option D
Q27
Which of the following name does not relate to stacks?
Answer: Option A
Q28
The term "push" and "pop" is related to the
Answer: Option C
Q29
If the finalize() method of an object is re-references an object so that it becomes in-eligible for garbage collection
Answer: Option C