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
Carry out conversion of one object of user-defined type to another?
Write a program to find the Factorial of a number
Search for: what is pair in c++?
What is the role of static keyword for a class member variable?
What is the c++ programming language used for?
Explain polymorphism?
How are the features of c++ different from c?
What are protected members in c++?
Please explain the reference variable in c++?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
List the special characteristics of constructor.
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What are the advantages of early binding?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Explain the uses of static class data?