Give a real time example of stack


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Data Structures Interview Questions

an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).

0 Answers  


What is the difference between arrays sort and collections sort?

0 Answers  


Differentiate between priorityqueue and treeset.

0 Answers  


What is the bucket size, when the overlapping and collision occur at the same time?

1 Answers  


Is list an array?

0 Answers  






A list is ordered from smaller to largest when a sort is called. Which sort would take the longest time to execute?

12 Answers  


What is a data structure? What are the types of data structures? Briefly explain them

0 Answers  


Explain heapsort. What is its complexity?

0 Answers   Essar,


What does it mean to sort an array?

0 Answers  


Are duplicates allowed in list?

0 Answers  


How do you declare An array of three char pointers

0 Answers  


How do you sort a list in reverse order?

0 Answers  


Categories