Efficient data structure for store/search list of 1000 records
a)array b)double linked list c)circular queue d)hash table
Answer Posted / aeini
a array
| Is This Answer Correct ? | 18 Yes | 7 No |
Post New Answer View All Answers
Differentiate Source Codes from Object Codes
Can we replace the struct function in tree syntax with a union?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What are the __date__ and __time__ preprocessor commands?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Are negative numbers true in c?
Difference between Shallow copy and Deep copy?
What is class and object in c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is the use of void pointer and null pointer in c language?
what is uses of .net
Where register variables are stored in c?
Why c is a procedural language?
What are different storage class specifiers in c?
Can you please explain the difference between malloc() and calloc() function?