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 is c++ programming language?

0 Answers  


What are the differences between new and malloc?

0 Answers  


What is difference between malloc()/free() and new/delete?

0 Answers  


Explain Text Manipulation Routines?

0 Answers  


What is the Difference between "C structure" and "C++ structure"?

12 Answers  






Discussion on error handling of C++ .

0 Answers  


Explain what are the sizes and ranges of the basic c++ data types?

0 Answers  


Write a function to find the nth item from the end of a linked list in a single pass.

0 Answers   Huawei,


What are the advantages of c++ over c?

0 Answers  


What is abstraction in c++?

0 Answers  


Can we use clrscr in c++?

0 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


Categories