Implement a function that returns the 5th element from the
end in a singly linked list of integers in one pass.
Answer Posted / lly
I think both #1 & #2 are wrong. Because the code travels
the list in two passes not one pass.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are identifiers c?
Hai what is the different types of versions and their differences
Do pointers need to be initialized?
What are the disadvantages of c language?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is the difference between int main and void main?
Which one would you prefer - a macro or a function?
What is difference between main and void main?
Is c language still used?
What is 'bus error'?
Explain what is a const pointer?
What is nested structure?
What is the difference between the = symbol and == symbol?
How can I determine whether a machines byte order is big-endian or little-endian?
What is difference between union All statement and Union?