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
How long will it take to learn programming?
What are the uses of typedef in a program?
What is c++ best used for?
What is the use of string in c++?
Explain what happens when a pointer is deleted twice?
How to defines the function in c++?
Explain linear search.
What is c++ prototype?
What are libraries in c++?
Explain operator overloading.
What are c++ redistributables?
Differentiate between realloc() and free().
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is the difference between strcpy() and strncpy()?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?