C-Dynamic Memory Allocation and Data Structure Questions and Answers
Practice ModeShowing 10 of 104 questions
Q71
Which of the following is not a type of queue?
Answer: Option A
Q72
In the input restricted queue
Answer: Option A
Q73
In which queue element can be inserted randomly
Answer: Option D
Q74
In which queue smallest element of the queue is delted first
Answer: Option A
Q75
"Round Robin algorithm" is based on:
Answer: Option B
Q76
In which queue the largest element is deleted first
Answer: Option C
Q77
When an element is inserted in queue, the position of rear:
Answer: Option A
Q78
When an element is deletion in queue, the position of frong
Answer: Option A
Q79
Entries in a stack are "ordered". What is the meaning of this statement?
Answer: Option A
Q80
The operation for adding an entry to a stack is traditionally called.
Answer: Option D