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

Answers were Sorted based on User's Feedback



Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circu..

Answer / aeini

a array

Is This Answer Correct ?    18 Yes 7 No

Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circu..

Answer / kala sri

hash table

Is This Answer Correct ?    3 Yes 0 No

Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circu..

Answer / prasad

array

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More C Interview Questions

What are multidimensional arrays?

0 Answers  


Explain the difference between malloc() and calloc() function?

0 Answers  


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   MAHINDRA, Protech, Sivan Tech,


#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  


What is the proper way of these job Tell me about there full work

0 Answers   EDS,






What is a ternary operator in c?

0 Answers  


what is an inline fuction??

2 Answers  


Are bit fields portable?

0 Answers   EXL,


What is a pragma?

0 Answers  


What does malloc () calloc () realloc () free () do?

0 Answers  


What is the use of static variable in c?

0 Answers  


What is structure of c program?

0 Answers  


Categories