Answer Posted / glibwaresoftsolutions
The acronym LIFO stands for Last In First Out.
Data can be accessed, stored, and retrieved using this method.
The data that was last stored is the first to be extracted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which file contains the definition of member functions?
What are types of Collision Resolution Techniques and the methods used in each of the types?
What is array traversing?
What is insertion sort technique?
State the advantages of using infix notations?
Will it create any problem if we add elements with key as user defined object into the treemap?
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
Explain the uses of b+ tree.
What is sorted list in data structure?
How will you check the validity of an expression containing nested parentheses?
Which sorting technique is best in worst case?
Is binary tree balanced?
What is the use of heap sort?
Does treeset allow null values?
How are the elements of a 2d array are stored in the memory?