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
Explain function overloading
When is dynamic checking necessary?
In the derived class, which data member of the base class are visible?
What happens if a pointer is deleted twice?
Define whitespace in C++.
What is the difference between new() and malloc()?
What is the full form of stl in c++?
What is iomanip c++?
Explain friend class?
Do the parentheses after the type name make a difference with new?
What is a list c++?
List the merits and demerits of declaring a nested class in C++?
How compile and run c++ program in turbo c++?
the maximum length of a character constant can be a) 2 b) 1 c) 8
Explain static and dynamic memory allocation with an example each.