Implement a function that returns the 5th element from the
end in a singly linked list of integers in one pass.
Answers were Sorted based on User's Feedback
Answer / vrushali
In whatever the case , we require to know the no of nodes in
the LL. As there is no way to know the total no of nodes
without traversing the LL.
Please coorect me if I am wrong.
| Is This Answer Correct ? | 0 Yes | 2 No |
what is the difference between #include<stdio.h> and #include "stdio.h" ?
Describe the difference between = and == symbols in c programming?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
Write a program that his output * *** *****
what is difference between null and nul in c language
I need a sort of an approximate strcmp routine?
how to write a c program to print list of fruits in alpabetical order?
What is union and structure?
What is volatile variable how do you declare it?
What is nested structure with example?
Determine if a number is a power of 2 at O(1).
how 2 compile & execute c program with out using editor?