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 is math h in c++?
What is the c++ programming language used for?
What is setf in c++?
Distinguish between new and malloc and delete and free().
Can turbo c++ run c program?
Why do we use classes in programming?
Why c++ does not have finally?
What is data abstraction? How is it different from data encapsulation?
What is the auto keyword good for in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is pointer -to-members in C++? Give their syntax?
What does it mean to declare a member variable as static?
Explain how a pointer to function can be declared in C++?
What is the best way to take screenshots of a window with c++ in windows?
What is command line arguments in C++? What are its uses? Where we have to use this?