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 null pointer in c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is function definition in c?
How do you define CONSTANT in C?
Can you please compare array with pointer?
why we wont use '&' sing in aceesing the string using scanf
What is the purpose of clrscr () printf () and getch ()?
Why clrscr is used after variable declaration?
Why are all header files not declared in every c program?
How many keywords (reserve words) are in c?
What is bin sh c?
Explain what is the stack?
int far *near * p; means
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above