Answer Posted / r.narendran
stack is a collection of items,it is also one data structure
in that we can add and remove item or insertion and deletion
progress takes place on the principle of "LIFO".
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between WebIntelligence and Designer in creating universes?
how to hide prompts
what is throws keyword
can we allocate memory for interface? if no then why?
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
What is the Difference between in memory database and physical database
how can i split string in a textbox in windows appication using C#.net
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
I need source code for Enrollment System using Visual Basic 6.0/2008 database MS Access 2007 for my school thesis project...please help me..kindly send in my email jpinedamcp@gmail.com
Write a shell program to test whether a given year is leap year or not ?
Give examples of macro quoting function?
Differevce between arrays and array builders?
Explain the types of operations? Draw the figure for shift and rotate operations?
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.