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
how to find anagram without using string functions using only loops in c programming
What is assert and when would I use it?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is the difference between if else and switchstatement
What are the advantages and disadvantages of c language?
What are the uses of a pointer?
Explain do array subscripts always start with zero?
Explain how can you be sure that a program follows the ansi c standard?
Do you know null pointer?
What is meant by 'bit masking'?
Can we change the value of static variable in c?
Is main is a keyword in c?
Define Array of pointers.
How arrays can be passed to a user defined function
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none