Which of the following is a two-dimensional array?
array anarray[20][20];
int anarray[20][20];
int array[20, 20];
char array[20];
A queue is a linear list implemented in
LIFO
FIFO
SIFO
FISO
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 data structure works on static memory allocation?
Linked List
Trees
Stack
Array