Answer Posted / 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 View All Answers
Is c++ a low level language?
Show the declaration for a static member variable.
What is this weird colon-member (" : ") syntax in the constructor?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is a base class?
What is stoi in c++?
How would perform Pattern Matching in C++?
What is the identity function in c++? How is it useful?
What is virtual table?
Explain pass by value and pass by reference.
Is overriding possible in c++?
Explain the difference between c++ and java.
What are 2 ways of exporting a function from a dll?
What is the two main roles of operating system?
What is a linked list in c++?