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
Write a program which employs Recursion
Differentiate between an array and a list?
What is the oldest programming language?
Write a function to find the nth item from the end of a linked list in a single pass.
How does com provide language transparency?
What is the difference between prefix and postfix versions of operator++()?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is a linked list in c++?
What is a lambda function c++?
What is Destructor in C++?
What are the two types of comments?
Explain what you mean by a pointer.
Is c++ the hardest programming language?
Do you need a main function in c++?
Why c++ is the best language?