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
Do you know pointer in c?
What is getch?
how to build a exercise findig min number of e heap with list imlemented?
How can I automatically locate a programs configuration files in the same directory as the executable?
Why is c used in embedded systems?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Explain what is a pragma?
What is indirection?
what are # pragma staments?
Can include files be nested?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is a union?
What is a memory leak? How to avoid it?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is anagram in c?