Answer Posted / nashiinformaticssolutions
A linear data structure that executes operations in Last In First Out (LIFO) order is referred to as a stack.
Only the topmost element in a stack can be accessed, followed by the bottom element.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of functions are there in c?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
How can I open a file so that other programs can update it at the same time?
write an algorithm to display a square matrix.
Why c is called object oriented language?
What are the different data types in C?
Do you know the use of 'auto' keyword?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is difference between array and structure in c?
How is pointer initialized in c?
What is pre-emptive data structure and explain it with example?
Explain logical errors? Compare with syntax errors.
When should we use pointers in a c program?
How will you delete a node in DLL?
Between macros and functions,which is better to use and why?