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
What do you mean by delegate? Can a user retain delegates?
What is an operator in c++?
What do you understand by zombie objects in c++?
Can a built-in function be recursive?
What is the difference between object-oriented programming and procedural programming?
What is the precedence when there is a global variable and a local variable in the program with the same name?
List the types of polymorphism in c++?
Which operator cannot be overloaded c++?
What is insertion sorting?
Is there a c++ certification?
Explain what is polymorphism in c++?
Is c++ slower than c?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Why do we use string in c++?
What are features of c++?