Answer Posted / hr@tgksolutions.com
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 are the iterator and generic algorithms.
What is pure virtual function?
Can I learn c++ as my first language?
What is the use of :: operator in c++?
When should I use unitbuf flag?
Can member functions be private?
What are pointer-to-members? Explain.
How do I write a c++ program?
What are files in c++?
Explain rethrowing exceptions with an example?
What is a hashmap c++?
What is the object serialization?
Is there any difference between int [] a and int a [] in c++?
How come you find out if a linked-list is a cycle or not?
How can we check whether the contents of two structure variables are same or not?