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 are function prototypes?
What are arrays c++?
What is prototype for that c string function?
Define a pointer to a data member of the type pointer to pointer?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
List the special characteristics of constructor.
What is ofstream c++?
How can I disable the "echo" feature?
How do you print a string on the printer?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is command line arguments in C++? What are its uses? Where we have to use this?
What is an orthogonal base class in c++?
What is the use of data hiding?
Const char *p , char const *p What is the difference between the above two?
Can constructor be private in c++?