What is a stack? How it can be implemented?


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

Post New Answer

More C++ General Interview Questions

What is using namespace std in c++?

0 Answers  


Show the declaration for a static member variable.

0 Answers  


What are the different types of Storage classes?

5 Answers  


Should I learn c or c++ or c#?

0 Answers  


Profiler in projects?

2 Answers   Symphony,






#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


What do you understand by a pure virtual member function?

0 Answers  


Is eclipse good for c++?

0 Answers  


What are structures and unions?

0 Answers  


Why is it called c++?

0 Answers  


What are punctuators in c++?

0 Answers  


What does new in c++ do?

0 Answers  


Categories