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 capacity in vector in c++?
What are built-in functions? What is the syntax for the definition?
Are there interfaces in c++?
How should a contructor handle a failure?
What is the difference between new() and malloc()?
Difference between inline functions and macros?
Does there exist any other function which can be used to convert an integer or a float to a string?
What is pair in c++?
What programming language should I learn first?
Explain the different access specifiers for the class member in c++.
How can we check whether the contents of two structure variables are same or not?
How does list r; differs from list r();?
Explain what are the sizes and ranges of the basic c++ data types?
What is object in c++ wikipedia?
Explain static and dynamic memory allocation with an example each.