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

Is c++ a software?

0 Answers  


What are the uses of static class data?

0 Answers  


Which operator cannot be overloaded c++?

0 Answers  


What is a stack c++?

0 Answers  


What is meant by a delegate?

0 Answers  


why is iostream::eof inside a loop condition considered wrong?

0 Answers  


Explain what are single and multiple inheritances in c++?

0 Answers  


Give 10 points of differences between C & C++.

0 Answers   HCL,


What happens if an exception is throws from an object's constructor and from object's destructor?

3 Answers   TCS,


Define a conversion constructor?

0 Answers  


What new()is different from malloc()?

0 Answers  


What are the three types of access specifiers in C++?

1 Answers  


Categories