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 is getch() function?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
Write a program to find the biggest number of three numbers in c?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Does c have an equivalent to pascals with statement?
How to add two numbers with using function?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What are the two types of functions in c?
What is %g in c?
Write a program to compute the following 1!+2!+...n!
What are the primitive data types in c?