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


Please Help Members By Posting Answers For Below Questions

What is null pointer in c?

768


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2255


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

840


What is function definition in c?

793


How do you define CONSTANT in C?

907


Can you please compare array with pointer?

841


why we wont use '&' sing in aceesing the string using scanf

2085


What is the purpose of clrscr () printf () and getch ()?

800


Why clrscr is used after variable declaration?

1321


Why are all header files not declared in every c program?

828


How many keywords (reserve words) are in c?

818


What is bin sh c?

786


Explain what is the stack?

847


int far *near * p; means

3317


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1428