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 is a storage class?
What compiler was used?
What are the advantages and disadvantages of using inline and const?
2 Answers Polaris, TCS, Zimmer Biomet,
What is copy constructor? Can we make copy constructor private in c++?
how can u create a doubly linked list with out using pointers?
What is a unnitialised pointer?
What is protected inheritance?
Can a constructor be private?
Is c++ still in demand?
C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() { cout<<cout<<' '; cout<<cin; return 0; } It prints some address in hexadecimal. what is it?
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
How the delete operator differs from the delete[]operator?