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 / dg
ahutosh ,the kid is right pos% 10 will do fine,,are u
nuts,work on basic maths
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is one dimensional array in c++?
What is meant by a delegate?
Write about the members that a derived class can add?
What is unary operator? List out the different operators involved in the unary operator.
Is there a sort function in c++?
What is the cout in c++?
what are the events occur in intr activated on interrupt vector table
Does c++ support multilevel and multiple inheritances?
How we can differentiate between a pre and post increment operators during overloading?
Write about a nested class and mention its use?
Difference between strdup and strcpy?
Is c++ proprietary?
What is a stack c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
How does com provide language transparency?