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

Write a C++ Program to Find Sum and Average of n numbers using for loop.

1 Answers  


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

0 Answers   Amazon,


What are the advantages/disadvantages of using #define?

0 Answers   Amazon,


Explain why C++ is not purely Object Oriented Language

0 Answers   Aspire,


What Are The Differences Between A C++ Struct And C++ Class?

2 Answers   Wipro,






What is the purpose of a constructor? Destructor?

0 Answers   Amazon,


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,


Can we provide one default constructor for our class?

0 Answers  


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

0 Answers   Alter,


What is a virtual base class?

6 Answers   Fidelity, Siemens,


What are string library functions(syntax).

0 Answers   Accenture,


How to convert integer to string in C++

0 Answers  


Categories