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 'std'.

0 Answers  


Is c++ vector dynamic?

0 Answers  


What is the purpose of extern storage specifier?

0 Answers  


Define namespace in c++?

0 Answers  


Can a constructor return a value?

1 Answers  


What you mean by early binding and late binding? How it is related to dynamic binding?

1 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


Is c++ low level?

0 Answers  


what is a class? Explain with an example.

0 Answers  


What is c++ hiding?

0 Answers  


tell me about yourself ?i want answer for frehers with various exasmples?

2 Answers   HCL,


Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast

2 Answers   Quark,


Categories