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

Define pre-condition and post-condition to a member function in c++?

0 Answers  


Can a class be static in c++?

0 Answers  


write a C++ programming :if the no is between 32 to 50 it will be odd.

3 Answers   NIIT,


How to declaring variables in c++?

0 Answers  


What is a namespace in c++?

1 Answers  






What is the difference between #import and #include in c++?

0 Answers  


Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


Write about the local class and mention its use?

0 Answers  


What is general form of pure virtual function? Explain?

0 Answers  


What is vector processing?

0 Answers  


What are the two types of polymorphism?

0 Answers  


What is a Default constructor?

1 Answers  


Categories