Why is it difficult to store linked list in an array?
Answer Posted / deepti
because in linklist we can store as many elements as we
want because size does not matter .but in case of array if
we define size suppose 20 we can store only 20 elements .
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
what are the types of Member Functions?
What is the c++ code?
Why we use #include iostream in c++?
What are special characters c++?
Is c++ still in demand?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What are c++ tokens?
an integer constant must have atleast one a) character b) digit c) decimal point
What is the full form nasa?
What is the oldest programming language?
How would you obtain segment and offset addresses from a far address of a memory location?
Differentiate between structure and class in c++.
What is a pdb file?
When must you use a pointer rather than a reference?
What is time h in c++?