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 Addition of Two Numbers.

1 Answers  


What is the difference between creating an object, using 'new' and using 'malloc'?

3 Answers   HFG, Siemens,


How to convert integer to string in C++

0 Answers  


Is there a difference between class and struct?

0 Answers  


What is the purpose of a constructor? Destructor?

0 Answers   Amazon,


What is conversion constructor in C++

0 Answers   TCS,


Explain about Searching and sorting algorithms with complexities

0 Answers   Accenture,


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

0 Answers   Alter,


What do you by Function Overloading in C++?

0 Answers   Akamai Technologies, Infogain,


What is a class in C++?

1 Answers   Amazon, TCS, UGC Corporation,


Tell me about virtual function

1 Answers  


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

1 Answers  


Categories