Why is it difficult to store linked list in an array?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / maria
Because of defragmentation, when node should be deleted.
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / sandy
because it grows dynamically. it can get extra node from
avail(available) list whereever array not having any avail
list......
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer /
array can grow dynamically...........
but it is a waste of memory to set them to grow dynamically
| Is This Answer Correct ? | 2 Yes | 14 No |
Mention the purpose of istream class?
Will this c++ program execute or not?
Can you write a function similar to printf()?
Can member functions be private?
Explain the difference between struct and class in terms of access modifier.
What's c++ used for?
Which is the best c++ software?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What sorting algorithm does c++ use?
Is c++ built on c?
How do you print a string on the printer?
Write about the access privileges in c++ and also mention about its default access level?