An insertion operation in a stack is called
POP
PUSH
Force
None of them
Linked list is a collection of
Data elements, called nodes pointing to the next nodes by means of pointers.
Data elements, called nodes pointing to the next nodes by means of integers
Data elements, called nodes
1 & 2
Which data structure works on dynamic memory allocation?
Linked List
Structures
Array
Pointer
A queue is a linear list implemented in
LIFO
FIFO
SIFO
FISO
Which data structure works on static memory allocation?
Trees
Stack
A stack is a linear list implemented in
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.
Which memory allocation technique reserves fixed amount of memory before actual processing takes place?
Dynamic memory allocation
Static memory allocation
Root memory allocation