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 selection sort work in c?
What is static memory allocation? Explain
Why c is a procedural language?
What are the Advantages of using macro
What is mean by data types in c?
What are type modifiers in c?
What is difference between scanf and gets?
Can a variable be both const and volatile?
List out few of the applications that make use of Multilinked Structures?
What is difference between && and & in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Why does not c have an exponentiation operator?
Write a program to find factorial of a number using recursive function.
how we can make 3d venturing graphics on outer interface
What is %d called in c?