What is recursion?

Answer Posted / glibwaresoftsolutions

Recursion occurs when a function calls itself directly or indirectly.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How a macro differs from a template?

877


Evaulate: 22%5 a) 2 b) 4 c) 0

861


what is scupper?

2084


Can comments be longer than one line?

816


Explain the difference between c++ and java.

860


Differentiate between realloc() and free().

769


What problems might the following macro bring to the application?

803


Is java the same as c++?

740


What's the "software peter principle”?

833


Why is polymorphism useful?

799


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. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

1860


What do you mean by friend class & friend function in c++?

813


When we use Abstract Class and when we use Interface?where we will implement in real time?

1904


What is new in c++?

857


What happens if a pointer is deleted twice?

1032