Implement a function that returns the 5th element from the
end in a singly linked list of integers in one pass.
Answer Posted / 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 View All Answers
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What are the 4 types of functions?
Why is struct padding needed?
How many levels of indirection in pointers can you have in a single declaration?
What is adt in c programming?
Can I initialize unions?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What do you mean by scope of a variable in c?
Is multithreading possible in c?
What are the 5 data types?
simple program of graphics and their output display
Write a function that will take in a phone number and output all possible alphabetical combinations
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Calculate 1*2*3*____*n using recursive function??
Wt are the Buses in C Language