Efficient data structure for store/search list of 1000 records
a)array b)double linked list c)circular queue d)hash table
Answer Posted / prasad
array
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Which is the best website to learn c programming?
How do you determine the length of a string value that was stored in a variable?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Can the curly brackets { } be used to enclose a single line of code?
What does printf does?
Is c is a low level language?
Why & is used in scanf in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is data types?
How can I get random integers in a certain range?
What is a node in c?
Tell me what is null pointer in c?
What standard functions are available to manipulate strings?
What is c preprocessor mean?
What do you mean by a sequential access file?