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
What do you understand by a pure virtual member function?
What is the difference between function overloading and operator overloading?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
How can we read/write Structures from/to data files?
How does list r; differs from list r();?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
Explain the term memory alignment?
What is abstraction c++?
What is a c++ vector?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
Describe run-time type identification?
How does a C++ structure differ from a C++ class?