Answer Posted / sushant
stack is a linear data structure which is used for storing data in LIFO manner in this u can insert delete update data at any time by using PUSH POP options it works on TOP t0 BOTTOM manner.. it is used by many programming languages like C C++ JAVA PHP because of its best memory interpretation ease of use in stack is searching sorting and data mangement this is also used by compiler for thread management of opreator precedence table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
Differentiate between an array and a list? What is the main purpose of overloading operators? A prime number is a number which is divisible only by itself
and 1. Examples of the first few primes are 2, 3, 5, 7, 11.
Consider writing a program which can generate prime numbers
for you. Your program should read in and set a maximum prime
to generate and a minimum number to start with when looking
for primes.
This program should be able to perform the following tasks:
1. Read the maximum number from user (keyboard input) to
look for primes. The program should not return any primes
greater than this number.
2. Read the minimum number from user (keyboard input) to
look for primes. The program should not return any primes
less than this number.
3. Generate and print out every prime number between the
maximum prime and minimum number specified by the user. How can you say that a template is better than a base class? What is the use of data hiding? What is array in c++ pdf? How do I download c++? Explain the pure virtual functions? What happens if a pointer is deleted twice? When should you use global variables? What are the advantages of using a pointer? Define the operators that can be used with a pointer. What is the use of seekg in c++? Explain what you mean by a pointer. What is the rule of three?