how can u create a doubly linked list with out using
pointers?
Answer Posted / shanmugavalli
Through STL List class
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is the main function c++?
What is extern c++?
What is cout flush?
Which is most difficult programming language?
Where the memory to the static variables is allocated?
What is the fastest c++ compiler?
What are friend classes? What are advantages of using friend classes?
What is c++ prototype?
Is python written in c or c++?
Write a function to find the nth item from the end of a linked list in a single pass.
Should I learn c or c++ first?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Is python better than c++?
What is implicit pointer in c++?
What is general form of pure virtual function? Explain?