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

Write a C++ Program to find Square Root of a number using sqrt() function.

1 Answers  


If class D is derived from a base class B

0 Answers  


How does free know the size of memory to be deleted

0 Answers  


What is data abstraction? How is it implemented in C++?

0 Answers   Amdocs,


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

0 Answers   Amazon,


dynamic scoping is

0 Answers   Siemens,


what is friend function in C++?

0 Answers   TCS,


What is latest update of C++ ?

0 Answers   Adobe,


What are the advantages and disadvantages of B-star trees over Binary trees?

0 Answers  


Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?

0 Answers   Adobe,


Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.

0 Answers   Alter,


What is the meaning of the following declaration: int *const *const *i?

0 Answers   Adobe,


Categories