Memory is not a constraint. In a single iteration(NOTE: you
can't go back), how will you find out the 10th last
node/item in a linked list.
Answer Posted / mms zubeir
Ashutosh,
Can you explain how your answer sync with the question?
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is std :: flush?
What is the difference between the parameter to a template and the parameter to a function?
Write a code/algo to find the frequency of each element in an array?
What is the difference between C and CPP?
How do you compile the source code with your compiler?
How is static data member similar to a global variable?
What is ofstream c++?
What is an adjust field format flag?
What is ios class in c++?
Explain mutable storage class specifier.
Can comments be nested?
How will you call C functions from C ++ and vice-versa?
How to declare a function pointer?
Are strings mutable in c++?
When should we use multiple inheritance?