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
When is a null pointer used?
Why we use stdio h in c?
Write a program which returns the first non repetitive character in the string?
how to find anagram without using string functions using only loops in c programming
Write a program to check palindrome number in c programming?
Write a Program to find whether the given number or string is palindrome.
What are reserved words with a programming language?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How do I read the arrow keys? What about function keys?
What is a const pointer in c?
What is use of pointer?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is formal argument?
can we implement multi-threads in c.
What is variables in c?