Which type of expression have the operators placed in between operands?
Infix
Prefix
Postfix
Suffix
Which of the following expression is known as polish notation?
Suffixs
Which is the LIFO implemented linear structure?
Stack
Queue
Linked list
Deque
Which condition is known as 'overflow'?
Pushing
Popping
stack empty
stack full
Which pointer will store the very first address of a linked list?
Link pointer
Successor
START pointer
Null pointer
Which data structure uses the technique dynamic memory allocation for allocating memory?
stack
queue
array
tree
Which of the following is known as dense lists?
linked list
Which one of the following data structure will overcome the problem of unutilized space?
Circular queue
What do you mean by the next node in the sequence?
Predecessor
Null link
In which dynamic structure the elements are deleted in the same order as they are inserted into?
circular queue
deque