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
Why is polymorphism useful?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is copy constructor? Can we make copy constructor private in c++?
What return value must conversion operators have in their declaration?
What is the default width for ouputting a long integer using the insertion operator?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is low level language in simple words?
What is code reusability in c++?
What is stl containers in c++?
Explain the difference between realloc() and free() in c++?
What is the difference between while and do while loop? Explain with examples.
How many types of comments are there in c++?
Is string data type in c++?
What is istream c++?
What is the purpose of templates in c++?