Why is it difficult to store linked list in an array?
Answer Posted / maria
Because of defragmentation, when node should be deleted.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What does catch(…) mean?
What's the best free c++ profiler for windows?
What is a storage class used in c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
How can you link a c program with a c function?
What is iterator c++?
Array base access faster or pointer base access is faster?
Explain the use of this pointer?
what is the use of void main() in C++ language?
When there is a global variable and local variable with the same name, how will you access the global variable?
Which one between if-else and switch is more efficient?
Does c++ have a hash table?
Can I uninstall microsoft c++ redistributable?
Difference between strdup and strcpy?
What is split a string in c++?