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 are structure types in C?
What is the usage of the pointer in c?
How the c program is executed?
Why n++ execute faster than n+1 ?
Why c is called procedure oriented language?
What do you mean by a local block?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
main() { printf("hello"); fork(); }
What is the difference between a string and an array?
Why we use void main in c?
What are examples of structures?
What is the use of static variable in c?
what is the role you expect in software industry?
What is a rvalue?