How many pointers are required to reverse a link list?
Answer Posted / selva
2 pointers are required....
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Is there a sort function in c++?
How to defines the function in c++?
What is an associative container in c++?
Is it possible for the objects to read and write themselves?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Explain class invariant.
Is c++ a difficult language?
What are mutator methods in c++?
Is it possible for a member function to delete the pointer, named this?
What are the advantages of using const reference arguments in a function?
What is runtime polymorphism in c++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is the difference between prefix and postfix versions of operator++()?
What is the type of 'this' pointer?
Explain binary search.