create an SINGLE LINKED LISTS and reverse the data in the
lists completely
Answer Posted / praveen
Push all the elements into a stack (one by one) and then
create a new list by popping of the elements from the stack
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does placing some code lines between the comment symbol help in debugging the code?
Write a program for finding factorial of a number.
How many header files are in c?
Why flag is used in c?
What are structure types in C?
What are the advantages of union?
Explain what are multidimensional arrays?
What’s the special use of UNIONS?
What is d'n in c?
Does sprintf put null character?
difference between native and cross compilers
What is volatile variable in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is the value of h?
Which is better oop or procedural?