Copy Linked List using recursive function?
Answers were Sorted based on User's Feedback
Answer / sanket
You can explain with help of diagram nd stack structure of
Recursive function.
Is This Answer Correct ? | 2 Yes | 0 No |
What are the uses of static class data?
Explain the use of vtable.
What is the use of pointer in c++ with example?
What is buffer and example?
What is main function in c++ with example?
Where can I run c++ program?
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?
What is the difference between an enumeration and a set of pre-processor # defines?
What is ios class in c++?
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
Explain static and dynamic memory allocation with an example each.
Enter n no. of element and delete value from desire position