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
What is variable declaration and definition in c?
What is a substring in c?
Is main a keyword in c?
Explain how can I convert a number to a string?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What are the different file extensions involved when programming in C?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is c method?
In a header file whether functions are declared or defined?
How can I recover the file name given an open stream?
What are the modifiers available in c programming language?
What is a memory leak? How to avoid it?
Explain threaded binary trees?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What are local static variables?