Answer Posted / glibwaresoftsolutions
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 an example of structure?
Explain pointer. What are function pointers in C?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is #define size in c?
What is sizeof return in c?
Why is C language being considered a middle level language?
Explain what are preprocessor directives?
What is difference between array and pointer in c?
What is the description for syntax errors?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Is c call by value?
What is the total generic pointer type?
What is keyword in c?
Is c is a procedural language?
what is the difference between 123 and 0123 in c?