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

How to avoid changing constant values?

2 Answers   Symphony,


What can c++ be used for?

0 Answers  


If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

0 Answers  


How the endl and setw manipulator works?

0 Answers  


Is there structure in c++?

0 Answers  






Explain function overloading

0 Answers  


Can constructor be private in c++?

0 Answers  


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


how many controls can we place on single form.

1 Answers   Microsoft,


what is data encapsulation in C++?

0 Answers  


What is == in programming?

0 Answers  


What is enum c++?

0 Answers  


Categories