A stack can be implemented only using array?if not what is used?
Answer Posted / bharat chandra
stack can implemented by Array(static)format and linked
lised (dynamic)formated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between break and continue?
What is d'n in c?
What is const keyword in c?
How do you sort filenames in a directory?
State the difference between realloc and free.
What is the best style for code layout in c?
How can this be legal c?
What is the difference between int main and void main?
What is difference between scanf and gets?
What does #pragma once mean?
Why is not a pointer null after calling free?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Which driver is a pure java driver
When should a type cast not be used?
Differentiate between the = symbol and == symbol?