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
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is else if ladder?
What are the advantages of using new operator as compared to the function malloc ()?
Is malloc memset faster than calloc?
Is it better to use malloc() or calloc()?
Who is the main contributor in designing the c language after dennis ritchie?
Explain how do you convert strings to numbers in c?
Explain goto?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is #define?
What is the need of structure in c?
Explain bit masking in c?
What are header files why are they important?
What is break statement?
What is the use of function overloading in C?