Find the middle node in the linked list??
(Note:Do not use for loop, count and count/2)
Answer Posted / vadivel
U mean without any looping statements r just for loop?????
It can be done in a single traversal using Hare n turtle
method as said above using a for or while loop.....
Without using looping statements d list can't be traversed..
Plz make the question clear.....
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
Which is best book for data structures in c?
What is a structural principle?
what is recursion in C
Is swift based on c?
What is console in c language?
Why main is not a keyword in c?
What is the function of this pointer?
Tell us bitwise shift operators?
Can we compile a program without main() function?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is time null in c?
What is declaration and definition in c?
Which is best linux os?
Explain what is wrong with this program statement? Void = 10;
What are two dimensional arrays alternatively called as?