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
How is c++ different from java?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is the difference between an enumeration and a set of pre-processor # defines?
Is it possible to provide default values while overloading a binary operator?
Explain rethrowing exceptions with an example?
Do vectors start at 0?
Explain the term memory alignment?
When can I use a forward declaration?
State the difference between pre and post increment/decrement operations.
What is class definition in c++ ?
Why #include is used?
How can you quickly find the number of elements stored in a static array?
What is a .h file c++?
What is the size of a vector?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list