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 |
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
coding for Fibonacci.?
what are the uses of structure?
Can the curly brackets { } be used to enclose a single line of code?
Explain what is the concatenation operator?
LOGIC OF Bodmas?
What is wrong in this statement?
What is 1d array in c?
What does emoji p mean?
Explain what is page thrashing?
which one is better structure or union?(other than the space occupied )
Convert the following expression to postfix and prefix (A+B) * (D-C)