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 can a called function determine the number of arguments that have been passed to it?
If dog is a friend of boy, is boy a friend of dog?
When to use “const” reference arguments in a function?
What is the basic structure of c++ program?
How a new element can be added or pushed in a stack?
Can you please explain the difference between overloading and overriding?
What are the 4 types of library?
Is c++ a high level language?
What is a local reference?
What is ios :: in in c++?
why and when we can declar member fuction as a private in the class?
Who calls main function?
What is a modifier in c++?
What is the full form of dos?
Difference between strdup and strcpy?