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 sorting algorithm does c++ use?
What is the oldest programming language?
What is endianness?
Why is polymorphism useful?
How does the copy constructor differ from the assignment operator (=)?
Explain what is oop?
What are inline functions? What is the syntax for defining an inline function?
What do you mean by storage classes?
Can we use clrscr in c++?
Why do we use templates?
Write is a binary search tree? Write an algo and tell complexity?
Why are pointers not used in c++?
How would you differentiate between a pre and post increment operators while overloading?
What is a stack c++?
Explain the properties and principles of oop.