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

Can a program run without main?

0 Answers  


What is rtti in c++?

0 Answers  


What do you mean by ‘void’ return type?

0 Answers  


Define a way other than using the keyword inline to make a function inline?

1 Answers  


Explain "passing by value", "passing by pointer" and "passing by reference" ?

5 Answers  






What is pointer -to-members in C++? Give their syntax?

0 Answers   Honeywell, Zomato,


Explain what is oop?

0 Answers  


Can we specify variable field width in a scanf() format string? If possible how?

0 Answers  


In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


What is c++ prototype?

0 Answers  


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

0 Answers  


Categories