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
What is the heap?
Tell me can the size of an array be declared at runtime?
How do you print an address?
Why should I use standard library functions instead of writing my own?
What are derived data types in c?
What is meant by int main ()?
Explain how can you check to see whether a symbol is defined?
Why flag is used in c?
Why is it that not all header files are declared in every C program?
What is the difference between mpi and openmp?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Is c high or low level?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
How are portions of a program disabled in demo versions?
Can we use any name in place of argv and argc as command line arguments?