Answer Posted / hr@tgksolutions.com
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
Is c pass by value or reference?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What do you mean by scope of a variable in c?
What is a loop?
What is a example of a variable?
Why string is used in c?
How can you find the day of the week given the date?
What is void main ()?
Can one function call another?
What does %2f mean in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
How to delete a node from linked list w/o using collectons?
Is array name a pointer?
What is dynamic memory allocation?