Find the middle node in the linked list??
(Note:Do not use for loop, count and count/2)
Answer Posted / dhr
it also works
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the c language function prototype?
What does c mean in basketball?
Explain can static variables be declared in a header file?
write a program to display all prime numbers
Describe how arrays can be passed to a user defined function
How a string is stored in c?
What is the difference between struct and union in C?
What is break statement?
State the difference between x3 and x[3].
What is a sequential access file?
What is the difference between formatted&unformatted i/o functions?
What are c preprocessors?
Is main an identifier in c?
Is it fine to write void main () or main () in c?
Explain the Difference between the New and Malloc keyword.