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
What does. int *x[](); means ?
Explain what are linked list?
What does c mean in basketball?
What are the advantages of using macro in c language?
What is the difference between exit() and _exit() function?
List the different types of c tokens?
What are the usage of pointer in c?
What is the scope of global variable in c?
Is array a primitive data type in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
How can I swap two values without using a temporary?
Compare array data type to pointer data type
What are the types of functions in c?
What are the different types of control structures?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?