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 are the types of macro formats?
How is null defined in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Is array name a pointer?
What is the correct declaration of main?
What should malloc() do?
What is data structure in c programming?
In a switch statement, explain what will happen if a break statement is omitted?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
How do I read the arrow keys? What about function keys?
What do you mean by a sequential access file?
Is c high or low level?
Write a program to print "hello world" without using a semicolon?
How many keywords (reserve words) are in c?