Write a program to reverse a linked list?
Answer Posted / bragaadeesh
Program to reverse a singly list ITERATIVELY,
http://www.technicalypto.com/2010/01/java-program-to-reverse-singly-linked.html
Program to reverse a linked list RECURSIVELY
http://www.technicalypto.com/2010/03/reverse-singly-linked-list-recursively.html
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is scope in c++ with example?
What is the best free c++ compiler for windows?
What c++ is used for?
What is the difference between set and map in c++?
What are maps in c++?
What is the most common mistake on c++ and oo projects?
What are the differences between the function prototype and the function defi-nition?
Evaulate: 22%5 a) 2 b) 4 c) 0
Why can’t you call invariants() as the first line of your constructor?
Is c++ the hardest language?
Difference between Abstraction and encapsulation in C++?
What are stacks? Give an example where they are useful.
How important is c++?
What is the identity function in c++? How is it useful?