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
What data encapsulation is in c++?
Name some pure object oriented languages?
Write about an iterator class?
What is the difference between while and do while loop?
How are virtual functions implemented in c++?
Is it possible to write a c++ template to check for a function's existence?
What is switch case in c++ syntax?
What are namespaces in c++?
What is the main use of c++?
Do you know what is overriding?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Specify some guidelines that should be followed while overloading operators?