What is recursion?
Answers were Sorted based on User's Feedback
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 |
Answer / nashiinformaticssolutions
Recursion occurs when a function calls itself directly or indirectly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Recursion occurs when a function calls itself directly or indirectly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Recursion occurs when a function calls itself directly or indirectly.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
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 meant by entry controlled loop? What all C++ loops are exit controlled?
What is istream c++?
What is a volatile variable in c++?
What is a .h file c++?
What is a storage class used in c++?
write a program to add two numbers without using an arithmetic operator.
How do you define a class in c++?
What is the difference between "calloc" and "malloc"?
structure that describe a hotel with name, address,rooms and number of rooms
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
How can you create a virtual copy constructor?
Implement strncpy