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
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Is main a keyword in c?
What is a scope resolution operator in c?
Why is C language being considered a middle level language?
What is the significance of scope resolution operator?
Where define directive used?
Why array is used in c?
What are the different file extensions involved when programming in C?
When should you use a type cast?
What is string function in c?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Explain 'bit masking'?
FILE PROGRAMMING
Write a program to reverse a given number in c?