|
Question |
Rating |
View Answer |
 |
State the theorem which is used to determine whether a given expression is valid or not. |
|
View Answer |
 |
What is the quickest sorting method to use? |
|
View Answer |
 |
Is Pointer a variable? |
|
View Answer |
 |
State procedure in accordance with function? |
|
View Answer |
 |
Which file contains the definition of member functions? |
|
View Answer |
 |
How to concatenate two linked lists? |
|
View Answer |
 |
What is the bucket size, when the overlapping and collision occur at same time? |
|
View Answer |
 |
What is the difference between ARRAY and STACK? |
|
View Answer |
 |
What are the methods available in storing sequential files ? |
|
View Answer |
 |
In an AVL tree, at what condition the balancing is to be done? |
|
View Answer |
 |
What does each entry in the Link List called? |
|
View Answer |
 |
What is Data Structure? |
|
View Answer |
 |
What is a one way chain or singly linked linear list? |
|
View Answer |
 |
What method is used to place a value onto the top of a stack? |
|
View Answer |
 |
What is linear hashing? |
|
View Answer |
 |
Why do we Use a Multidimensional Array? |
|
View Answer |
 |
Define an addressing function for a data structure? |
|
View Answer |
 |
How do you define a vector for a data structure? |
|
View Answer |
 |
Suppose you have a sorted array of 250 elements. What is the maximum number of elements you have to examine to determine if some value v is in your array if you use an efficient search? a) 7 b) 8 c) 125 d) 250 |
|
View Answer |
 |
How many parts are there in a declaration statement? |
|
View Answer |