A stack can be implemented only using array?if not what is used?
Answer Posted / vignesh1988i
stack is not always implemented using array's , it can also
be implemented through linked lists in DATA STRUCTURES,,,
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What does 1f stand for?
What is printf () in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is int main () in c?
What is function prototype in c language?
Write a program to implement queue.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
How do I copy files?
Where can I get an ansi-compatible lint?
What are void pointers in c?
How many types of operators are there in c?
Tell me with an example the self-referential structure?
What functions are in conio h?
What are unions in c?
What is derived datatype in c?