Copy Linked List using recursive function?

Answer Posted / rahul

You have draw basic block diagram to explain.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?

601


Can union be self referenced?

573


Define virtual constructor.

639


What does count ++ do in c++?

689


What is buffering in c++?

580






What is the limitation of cin while taking input for character array?

1451


What are the four partitions in which c++ compiler divides the ram?

698


Is c# written in c++?

518


When to use “const” reference arguments in a function?

575


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

331


What are libraries in c++?

603


Can we make any program in c++ without using any header file and what is the shortest program in c++.

611


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

599


What is the difference between equal to (==) and assignment operator (=)?

575


What is the difference between strcpy() and strncpy()?

608