HARD
HSSC Clerk
IMPORTANT
Earn 100

Which of the following data structure store the homogeneous data elements?

50% studentsanswered this correctly

Important Questions on Data Structures

HARD
HSSC Clerk
IMPORTANT
Operations on a data structure may be _____.
HARD
HSSC Clerk
IMPORTANT
What is the time complexity of linear search algorithm over an array of n elements?
HARD
HSSC Clerk
IMPORTANT
The results returned by functions under value result and reference parameter passing conventions _____.
HARD
HSSC Clerk
IMPORTANT

The following C declarations

struct node {
int i ;
float j;
};
struct node *s [10];

define s to be:

HARD
HSSC Clerk
IMPORTANT
A sort which compares adjacent elements in a list and switches where necessary is a _____.
HARD
HSSC Clerk
IMPORTANT
Recursive procedures are implemented by _____.
HARD
HSSC Clerk
IMPORTANT
The high level programming language called APL was developed for expressing complex mathematical expressions in compact formats. Can you name the person who developed it?
HARD
HSSC Clerk
IMPORTANT
A linear list in which elements can be added or removed at either end but not in the middle is known as _____.