How does stack look in function calls? When does stack overflow? What can you do to remedy it?


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

Post New Answer

More C++ Interview Questions

Describe the different styles of function prototypes in C++.

0 Answers   Adobe,


What are pass by value and pass by reference?what is the disadvantage of pass by value?

0 Answers   Alter,


What does it mean to declare a member function as virtual in C++?

0 Answers   Amazon,


What is latest update of C++ ?

0 Answers   Adobe,


Explain encapsulation in C++.

0 Answers   Verifone,






In C++ what do you mean by Inheritance?

0 Answers   Accenture,


What kind of problems does name mangling cause?

0 Answers   Amazon,


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


What are Agilent PRECOMPILERS?

0 Answers   Agilent,


What is an abstract class in C++

0 Answers   SwanSoft Technologies,


What is partial specialization or template specialization?

0 Answers   Amazon,


How does stack look in function calls? Write a recursive function call, how will the stack look like?

0 Answers   Adobe,


Categories