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

what you know about c++?

0 Answers   IBS,


Is rust better than c++?

0 Answers  


Evaluate !(1&&1||1&&0) a) Error b) False c) True

0 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


What is volatile and pragma? When they are used?

1 Answers  






What are the advantages of using const reference arguments in a function?

0 Answers  


Which one is better- macro or function?

0 Answers   Fidelity,


What do you know about near, far and huge pointer?

0 Answers  


What is a v-table?

0 Answers  


What are member functions used in c++?

0 Answers  


What is the role of static keyword for a class member variable?

0 Answers  


what are the characteristics of Class Members in C++?

0 Answers  


Categories