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

count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

765


Explain how does flowchart help in writing a program?

743


How can type-insensitive macros be created?

813


What are examples of structures?

692


How can I run c program?

805






What are the modifiers available in c programming language?

864


How to compare array with pointer in c?

709


What are the disadvantages of external storage class?

689


Can a pointer be null?

652


What are header files and what are its uses in C programming?

713


Are there namespaces in c?

643


Write a program to print fibonacci series without using recursion?

711


What is function prototype in c language?

692


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3452


How can I trap or ignore keyboard interrupts like control-c?

711