EASY
Earn 100

The largest element of an array index is called its

50% studentsanswered this correctly

Important Questions on Data Structure

MEDIUM
Which of the following statement is/are correct about Linked List data structure when it is compared with array:
HARD
Which of the following data structure store the homogeneous data elements?
MEDIUM
Consider the following command that invokes the executable file a.out with the following command-line arguments:
"a.out" God loves you Argv [1][2] corresponds to the character_____.
HARD
What is the term used for the largest element of an array index?
HARD
The extra key inserted at the end of the array is called a _____.
HARD
What is the condition specify when a variable P is called as pointer?
EASY
The memory address of tenth element of an array can be calculated by the formula
EASY
The elements of an array are stored successively in memory cells because _____.
HARD
The difference between Linear array and a record is _____.
HARD
The memory address of the fifth element of an array can be calculated by which of the following formula?
HARD
Locality of reference implies that the page reference being made by a process _____.
HARD

The hash function:

hash: key mod size

and linear probing is used to insert the keys 37, 38, 72, 48, 98, 11, 56 into the hash table with indices 0 ..... 6..

The order of the keys in the array are given by:

HARD
Which of the following data structure is linear data structure?
HARD
What is the time complexity of inserting at the end in dynamic arrays?
MEDIUM
In the previous question after the operation argv++, the value of argv [1][2] will be:
EASY
Which of the following data structures are indexed structures?
MEDIUM
An adjacency matrix representation of a graph cannot contain information of ______.