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
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What are stacks? Give an example where they are useful.
Explain selection sorting. Also write an example.
Which one is a preferred language C or C++? Why?
What are pointers used for c++?
Can we overload operator in c++?
What is null pointer and void pointer?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
How is new() different from malloc()?
What is a Default constructor?
What is an incomplete type in c++?
What is the main purpose of c++?
What is operator overloading in c++ example?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Can we make any program in c++ without using any header file and what is the shortest program in c++.