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


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

Post New Answer

More C++ Interview Questions

Define namespace.

1 Answers  


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

1 Answers  


Can we call C++ OOPS? and Why

0 Answers  


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


Explain why C++ is not purely Object Oriented Language

0 Answers   Aspire,






What are "pure virtual" functions?

0 Answers   Adobe, Alter, iNautix,


What does it mean to take the address of a reference?

0 Answers   Amazon,


What is C++11?

0 Answers   Adobe,


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

0 Answers   Adobe,


Write a C++ Program to Reverse a Number using while loop.

1 Answers  


Define type casting in C++.

0 Answers   Amdocs,


Discuss about iteration statements in C++ .

0 Answers   Agilent,


Categories