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 |
How do you write a program which produces its own source code as its output?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
Explain how can I avoid the abort, retry, fail messages?
how do you programme Carrier Sense Multiple Access
How many types of operator or there in c?
write a program to display numbers from 1 to 10 and 10 to 1?
Can a pointer point to null?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
How can I recover the file name given an open stream?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Explain pointers in c programming?
write a program to add two numbers of any size.....(remember any size)