What are stacks? Give an example where they are useful.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.

3 Answers  


Is main a class in c++?

0 Answers  


Why Pointers are not used in C++?

0 Answers   Global Logic,


Is facebook written in c++?

0 Answers  


What is the difference between method overloading and method overriding in c++?

0 Answers  






What is a multiset c++?

0 Answers  


Please explain the reference variable in c++?

0 Answers  


What is Object Oriented programming.what is the difference between C++ and C?

8 Answers   Infosys,


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


What are references in c++?

0 Answers  


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

0 Answers  


What is the type of 'this' pointer? When does it get created?

0 Answers  


Categories