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


Please Help Members By Posting Answers For Below Questions

write a program to find the given number is prime or not

3824


What is static identifier?

693


Explain continue keyword in c

576


What is sizeof int in c?

592


What is the usage of the pointer in c?

596






How can I find out the size of a file, prior to reading it in?

610


Can the sizeof operator be used to tell the size of an array passed to a function?

608


Does * p ++ increment p or what it points to?

601


What are register variables? What are the advantage of using register variables?

671


How will you divide two numbers in a MACRO?

695


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

681


How can I ensure that integer arithmetic doesnt overflow?

598


Combinations of fibanocci prime series

1105


What is the use of void pointer and null pointer in c language?

618


Stimulate calculator using Switch-case-default statement for two numbers

2438