Which of the following data structures is on average the
fastest for retrieving data:
1) Binary Tree
2) Hash Table
3) Stack
Answer Posted / k.kavitha
3)stack
| Is This Answer Correct ? | 8 Yes | 23 No |
Post New Answer View All Answers
Explain logical errors? Compare with syntax errors.
write a c program for swapping two strings using pointer
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is the difference between functions abs() and fabs()?
What is operator precedence?
Why pointers are used?
What is use of #include in c?
What is the 'named constructor idiom'?
Write a program which returns the first non repetitive character in the string?
What are the 3 types of structures?
Are there constructors in c?
What is action and transformation in spark?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What are the 32 keywords in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference