create an SINGLE LINKED LISTS and reverse the data in the
lists completely
Answer Posted / vignesh1988i
dear sir ,
your logic might be incorrect , AND GIVE THE FULL PROGRAM SIR
sir you have told that TEMP pointer which point to the last
node.... ok ,for first you can swap the data.... ie STARTING
to TEMP. but how will you arrive at next pair of node for
swapping by decrementing the TEMP , ... a single linked
lists can travel only in one direction from HEAD till NULL
......
THANK U
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the concatenation operator?
What is the use of typedef in c?
explain what is a newline escape sequence?
Can a pointer be null?
Explain function?
What is the difference between far and near ?
What is equivalent to ++i+++j?
Can we declare variable anywhere in c?
what is reason of your company position's in india no. 1.
Can you add pointers together? Why would you?
please send me the code for multiplying sparse matrix using c
what are non standard function in c
how can f be used for both float and double arguments in printf? Are not they different types?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is pragma in c?