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

What is RTTI and why do you need it?

0 Answers   Amazon,


Briefly explain various access specifiers in C++.

0 Answers   Amdocs,


Write a program to generate the Fibonocci Series in C++.

0 Answers   Accenture,


What Is A Default Constructor in C++ ?

0 Answers   Amazon,


Do you know about Agilent PRECOMPILERS. ?

0 Answers   Agilent,






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 is an algorithm (in terms of the STL/C++ standard library)?

0 Answers   Amazon,


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

2 Answers   Wipro,


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  


Can we provide one default constructor for our class?

0 Answers  


What is meant by exit controlled loop?

0 Answers   Adobe,


What is a virtual function in C++?

0 Answers   C DAC,


Categories