Copy Linked List using recursive function?
Answer Posted / sanket
You can explain with help of diagram nd stack structure of
Recursive function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is std namespace in c++?
When should we use multiple inheritance?
Name the operators that cannot be overloaded in C++?
What is the use of endl in c++ give an example?
Explain static and dynamic memory allocation with an example each.
What do you mean by const correctness?
What is virtual base class uses?
Where and why do I have to put the "template" and "typename" keywords?
How many types of classes are there in c++?
Explain the term memory alignment?
What is the iunknown interface?
How important is c++?
How do I make turbo c++ full screen?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What does return 0 do in c++?