Efficient data structure for store/search list of 1000 records
a)array b)double linked list c)circular queue d)hash table
Answer Posted / kala sri
hash table
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is it acceptable to declare/define a variable in a c header?
what value is returned to operating system after program execution?
what do you mean by enumeration constant?
What is modeling?
How do you define CONSTANT in C?
Describe how arrays can be passed to a user defined function
What is your stream meaning?
What is c programming structure?
Explain bit masking in c?
What does c mean in standard form?
Why can't I perform arithmetic on a void* pointer?
What is difference between constant pointer and constant variable?
Where we use clrscr in c?
How do you write a program which produces its own source code as output?
What does != Mean in c?