Efficient data structure for store/search list of 1000 records
a)array b)double linked list c)circular queue d)hash table

Answer Posted / prasad

array

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are enumerated types?

646


What is preprocessor with example?

578


What is a list in c?

612


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1562


Why does this code crash?

612






Define Spanning-Tree Protocol (STP)

638


What is external variable in c?

605


Describe the modifier in c?

597


Explain what is page thrashing?

603


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

721


Define C in your own Language.

633


What is .obj file in c?

641


How can I avoid the abort, retry, fail messages?

651


show how link list can be used to repersent the following polynomial i) 5x+2

1674


Can a variable be both const and volatile?

666