Copy Linked List using recursive function?
Answers were Sorted based on User's Feedback
Answer / sanket
You can explain with help of diagram nd stack structure of
Recursive function.
Is This Answer Correct ? | 2 Yes | 0 No |
Write a code/algo to find the frequency of each element in an array?
Do you know what are pure virtual functions?
Is map thread safe c++?
What is a local variable?
Who created c++?
How should runtime errors be handled in c++?
What is late binding c++?
What does the linker do?
How do you establish an is-a relationship?
What is auto type c++?
what is smart pointer & use of the smart pointer ???
Can non-public members of another instance of the class be retrieved by the method of the same class?