Which type of expression have the operators placed in between operands?
Infix
Prefix
Postfix
Suffix
What do you mean by the next node in the sequence?
Predecessor
Successor
Null link
Link pointer
Where will insertion occur in a linked stack?
rear end
front end
top
bottom
Which one of the following data structure will overcome the problem of unutilized space?
Stack
Queue
Circular queue
Deque
Which of the following is known as dense lists?
linked list
array
stack
queue
Which is the LIFO implemented linear structure?
Linked list
Which data structure uses the technique dynamic memory allocation for allocating memory?
tree
Which variation of deque allows insertion at one end and deletion at both end?
Linear deque
Linked deque
Input restricted
Output restricted
What is the way in which memory allocation takes place in Java?
Using new operator
dynamic allocation
static allocation
using pointers
Which of the following expression is known as polish notation?
Suffixs