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
What is the purpose of macro in C language?
What is the difference between union and anonymous union?
What are dangling pointers in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is the use of pointers in C?
Define Spanning-Tree Protocol (STP)
What is the difference between single charater constant and string constant?
Explain the use of 'auto' keyword
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is maximum size of array in c?
Why do we use header files in c?
What is a rvalue?
How can I read and write comma-delimited text?
How do you use a 'Local Block'?
Is fortran still used today?