What are stacks?


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

Post New Answer

More C++ General Interview Questions

What is code reusability in c++?

0 Answers  


How should runtime errors be handled in c++?

0 Answers  


What is format for defining a structure?

0 Answers  


Can we use clrscr in c++?

0 Answers  


When do we use copy constructors?

0 Answers  






In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


What is #include iomanip?

0 Answers  


What is c++ namespace?

0 Answers  


Distinguish between new and malloc and delete and free().

0 Answers  


Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)

4 Answers   HTC, TCS,


How do you initialize a class member, class x { const int i; };

8 Answers   emc2,


Can I uninstall microsoft c++ redistributable?

0 Answers  


Categories