Identify the name of the pointer generally used to delete an existing element from a queue
Rear
Front
Top
2 & 3
What is an array?
An array is a series of elements of the same type in contiguous memory locations.
An array is a series of element.
An array is a series of elements of the same type placed in non-contiguous memory locations.
None of the mentioned.
A queue is a linear list implemented in
LIFO
FIFO
SIFO
FISO
A delete operation in a stack is called
POP
PUSH
Force
None of them
Which memory allocation technique allocates an amount of memory during program run?
Dynamic memory allocation
Static memory allocation
Root memory allocation
Which data structure works on static memory allocation?
Linked List
Trees
Stack
Array