Answer Posted / 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 |
Post New Answer View All Answers
What are signs of manipulation?
What can I use instead of namespace std?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What is the use of typedef?
How can a called function determine the number of arguments that have been passed to it?
What are all predefined data types in c++?
What is the basic concept of c++?
Why do we learn c++?
How can a struct in c++ differs from a struct in c?
Is java easier than c++?
Write a program to interchange 2 variables without using the third one.
What is setfill c++?
How can I disable the "echo" feature?
What sorting algorithm does c++ use?
Which function should be used to free the memory allocated by calloc()?