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 |
Define pre-condition and post-condition to a member function in c++?
Can a class be static in c++?
write a C++ programming :if the no is between 32 to 50 it will be odd.
How to declaring variables in c++?
What is a namespace in c++?
What is the difference between #import and #include in c++?
Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.
16 Answers BNB, FDS, Goldman Sachs, Nagarro,
Write about the local class and mention its use?
What is general form of pure virtual function? Explain?
What is vector processing?
What are the two types of polymorphism?
What is a Default constructor?