Find the middle node in the linked list??
(Note:Do not use for loop, count and count/2)
Answer Posted / om
just use recursion .....it's simple......
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the process to create increment and decrement stamen in c?
How are variables declared in c?
How would you obtain the current time and difference between two times?
Differentiate between full, complete & perfect binary trees.
Explain modulus operator. What are the restrictions of a modulus operator?
What are structures and unions? State differencves between them.
How can I convert a number to a string?
What is an array? What the different types of arrays in c?
What are valid operations on pointers?
Explain how do you declare an array that will hold more than 64kb of data?
Why clrscr is used in c?
How can I read and write comma-delimited text?
What is a structure in c language. how to initialise a structure in c?
What are the difference between a free-standing and a hosted environment?
Is boolean a datatype in c?