Copy Linked List using recursive function?
Answer Posted / sanket
You can explain with help of diagram nd stack structure of
Recursive function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is map sorted c++?
What do you mean by late binding?
We use library functions in the program, in what form they are provided to the program?
What is null c++?
Differentiate between an array and a list?
How do c++ struct differs from the c++ class?
Using a smart pointer can we iterate through a container?
Is it possible to have a recursive inline function in c++?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Can member functions be private?
How compile and run c++ program in turbo c++?
What is std :: endl?
Can notepad ++ run c++?
What is the difference between while and do while loop?