Which memory allocation technique allocates an amount of memory during program run?
Dynamic memory allocation
Static memory allocation
Root memory allocation
None of them
A delete operation in a stack is called
POP
PUSH
Force
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 stack is a linear list implemented in
LIFO
FIFO
SIFO
FISO
A queue is a linear list implemented in