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 are the rules about using an underscore in a c++ identifier?
What do you mean by storage classes?
what is oops and list its features in c++?
Define friend function.
What is a list c++?
Differentiate between a constructor and a destructor in c++.
What is the difference between cin.read() and cin.getline()?
What is the output of the following program? Why?
What is a constructor in c++ with example?
Is c++ a high level language?
How does class accomplish data hiding in c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is static in c++?
Can java be faster than c++?