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

Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


When would you choose to return an error code rather than throw an exception?

0 Answers   Amazon,


Write a C++ Program to find Addition of Two Numbers.

1 Answers  


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

0 Answers   Amazon,


What does malloc return in C and C++?

0 Answers   Alter,






How to generate random numbers in C++ with a range?

0 Answers  


Name the operators that cannot be overloaded.

1 Answers   Wipro,


what do you mean by exception handling in C++?

0 Answers   Alter,


What is the 4 difference between delete[] and delete?

0 Answers   Alter,


Tell us the size of a float variable.

0 Answers   Accenture,


Is deconstructor overloading possible? If yes then explain and if no Then why?

1 Answers  


Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.

0 Answers   Adobe,


Categories