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
what is the function of pragma directive in c?
Is register a keyword in c?
What are runtime error?
Can include files be nested?
Write a program with dynamically allocation of variable.
What is the size of enum in bytes?
What is c language & why it is used?
How can you be sure that a program follows the ANSI C standard?
What is an endless loop?
What is storage class?
Do character constants represent numerical values?
How do you use a pointer to a function?
Define macros.
praagnovation
What are the advantages of c preprocessor?