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



Implement a function that returns the 5th element from the end in a singly linked list of integers..

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

Post New Answer

More C Interview Questions

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?

1 Answers  


coding for Fibonacci.?

1 Answers  


what are the uses of structure?

7 Answers   HCL,


Can the curly brackets { } be used to enclose a single line of code?

0 Answers  


Explain what is the concatenation operator?

0 Answers  


LOGIC OF Bodmas?

1 Answers  


What is wrong in this statement?

0 Answers  


What is 1d array in c?

0 Answers  


What does emoji p mean?

0 Answers  


Explain what is page thrashing?

0 Answers  


which one is better structure or union?(other than the space occupied )

2 Answers  


Convert the following expression to postfix and prefix (A+B) * (D-C)

3 Answers   Satyam,


Categories