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
What are the back slash character constants or escape sequence charactersavailable in c?
What ios diff. Between %e & %f?
How can I pad a string to a known length?
How to get string length of given string in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
what is the height of tree if leaf node is at level 3. please explain
Why does this code crash?
What are dynamically linked and statically linked libraries?
Function to find the given number is a power of 2 or not?
What is the hardest programming language?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?