Copy Linked List using recursive function?

Answers were Sorted based on User's Feedback



Copy Linked List using recursive function?..

Answer / sanket

You can explain with help of diagram nd stack structure of
Recursive function.

Is This Answer Correct ?    2 Yes 0 No

Copy Linked List using recursive function?..

Answer / rahul

You have draw basic block diagram to explain.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C++ General Interview Questions

Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


Do you know what are pure virtual functions?

0 Answers  


Is map thread safe c++?

0 Answers  


What is a local variable?

0 Answers  


Who created c++?

0 Answers  


How should runtime errors be handled in c++?

0 Answers  


What is late binding c++?

0 Answers  


What does the linker do?

0 Answers  


How do you establish an is-a relationship?

0 Answers  


What is auto type c++?

0 Answers  


what is smart pointer & use of the smart pointer ???

2 Answers  


Can non-public members of another instance of the class be retrieved by the method of the same class?

0 Answers  


Categories