Find the middle node in the linked list??
(Note:Do not use for loop, count and count/2)
Answer Posted / kar..
move the front pointer and rear pointer at equal
intervel,these both pointe will meet at one node is middle...
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is an endless loop?
Is c call by value?
i got 75% in all semester am i eligible for your company
What is void pointers in c?
Write a program to swap two numbers without using the third variable?
Explain what is wrong with this statement? Myname = ?robin?;
Is there sort function in c?
what does static variable mean?
application attempts to perform an operation?
What is the value of uninitialized variable in c?
Explain what is the best way to comment out a section of code that contains comments?
Explain what is the difference between null and nul?
What is time complexity c?
Why are algorithms important in c program?
Is c is a low level language?