Write a function to find the nth item from the end of a linked list in a single pass.
No Answer is Posted For this Question
Be the First to Post Answer
Briefly describe a B+ tree. What is bulk loading in it?
Tell me what are static member functions?
Write a program to show polymorphism in C++?
What is & in c++ function?
Define a pointer to a data member of the type pointer to pointer?
what are the types of Member Functions?
Define anonymous class.
Give an example of run-time polymorphism/virtual functions.
What is polymorphism and its type in c++?
Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()