What is recursion?

Answers were Sorted based on User's Feedback



What is recursion?..

Answer / nashiinformaticssolutions

A function that calls itself in response to a terminating condition is said to be recursive.
Because it employs LIFO, the stack data structure is used.

Is This Answer Correct ?    0 Yes 0 No

What is recursion?..

Answer / nashiinformaticssolutions

Recursion occurs when a function calls itself directly or indirectly.

Is This Answer Correct ?    0 Yes 0 No

What is recursion?..

Answer / glibwaresoftsolutions

Recursion occurs when a function calls itself directly or indirectly.

Is This Answer Correct ?    0 Yes 0 No

What is recursion?..

Answer / hr@tgksolutions.com

Recursion occurs when a function calls itself directly or indirectly.

Is This Answer Correct ?    0 Yes 0 No

What is recursion?..

Answer / glibwaresoftsolutions

A function that calls itself in response to a terminating condition is said to be recursive.
Because it employs LIFO, the stack data structure is used.

Is This Answer Correct ?    0 Yes 0 No

What is recursion?..

Answer / hr@tgksolutions.com

A function that calls itself in response to a terminating condition is said to be recursive.
Because it employs LIFO, the stack data structure is used.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


Explain the need for "Virtual Destructor"?

2 Answers   Infosys,


What return value must conversion operators have in their declaration?

0 Answers  


What are the different data types present in C++?

4 Answers  


What are c++ data types?

0 Answers  


In a class only declaration of the function is there but defintion is not there then what is that function?

5 Answers   Hughes,


Briefly describe a B+ tree. What is bulk loading in it?

0 Answers   Wipro,


What is Memory Alignment?

2 Answers   TCS,


What do you mean by friend class & friend function in c++?

0 Answers  


What is recursion?

6 Answers  


When can I use a forward declaration?

0 Answers  


How to get the current position of the file pointer?

0 Answers  


Categories