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
List the features of oops in c++?
Can static member variables be private?
What relational operators if statements in c++?
What is the difference between set and map in c++?
How long will it take to learn programming?
What is the insertion operator and what does it do?
What is an inline function in c++?
What do you mean by function pointer?
What are abstract data types in c++?
Is c++ the hardest language?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What is class in c++ with example?
What's the best free c++ profiler for windows?
What is static class data?
What is microsoft c++ redistributable?