Will a recursive function without an end condition every quit, in practice

a) Compiler-Specific (Some can convert to an infinite loop)

b) No

c) Yes


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

Post New Answer

More C++ General Interview Questions

What does it mean to declare a member function as static?

0 Answers  


What is a stack? How it can be implemented?

0 Answers  


How delete [] is different from delete?

0 Answers  


What happens when a function throws an exception that was not specified by an exception specification for this function?

1 Answers  


Can I uninstall microsoft c++ redistributable?

0 Answers  






what is an array

17 Answers  


Explain the need for "Virtual Destructor"?

2 Answers   Infosys,


What is the use of class in c++?

0 Answers  


What is the standard template library (stl)?

0 Answers  


What flag means?

0 Answers  


What is a tree in c++?

0 Answers  


How to give an alternate name to a namespace?

0 Answers  


Categories