What are the various operations performed on stack?


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

Post New Answer

More C++ General Interview Questions

Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


What is a storage class used in c++?

0 Answers  


What are the uses of typedef in a program?

0 Answers  


What is a vector c++?

0 Answers  


Does c++ have foreach?

0 Answers  






If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

0 Answers  


How can I learn dev c++ programming?

0 Answers  


In a function declaration, what does extern mean?

0 Answers  


How can I improve my c++ skills?

0 Answers  


What is an operator in c++?

0 Answers  


What is c strings syntax?

0 Answers  


What is the difference between #import and #include?

0 Answers  


Categories