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 are the uses of static class data?

0 Answers  


Explain the use of vtable.

0 Answers  


What is the use of pointer in c++ with example?

0 Answers  


What is buffer and example?

0 Answers  


What is main function in c++ with example?

0 Answers  






Where can I run c++ program?

0 Answers  


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


What is the difference between an enumeration and a set of pre-processor # defines?

0 Answers  


What is ios class in c++?

0 Answers  


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


Explain static and dynamic memory allocation with an example each.

0 Answers  


Enter n no. of element and delete value from desire position

1 Answers  


Categories