Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....

2 Answers  


inline function is there in c language?

4 Answers  


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

0 Answers  


Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations

0 Answers  


write a programme to convert temperature from farenheit to celcius?

4 Answers   IBM,


what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel

1 Answers   V2 Solutions,


how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"

4 Answers   Wipro,


while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?

4 Answers   Aptech,


main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }

2 Answers  


What is enumerated data type in c?

0 Answers  


Are global variables static in c?

0 Answers  


How can I discover how many arguments a function was actually called with?

0 Answers  


Categories