mplementation of stack using any programing language
Answer / aravind
1. stack as an array or linked list (two ways)
2.define array.
3.perform push operation by taking one more array.
4.perform pop and store the popped items
5.display function to print the popped values
6.make sure you reach LIFO
| Is This Answer Correct ? | 3 Yes | 3 No |
What does emoji p mean?
What is a #include preprocessor?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
What functions are used for dynamic memory allocation in c language?
What is the use of #define preprocessor in c?
Explain what will the preprocessor do for a program?
Explain what is wrong with this program statement? Void = 10;
write a program to interchange the value between two variable without using loop
Write a code to remove duplicates in a string.
How do I copy files?
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
How do you write a program which produces its own source code as its output?