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


Please Help Members By Posting Answers For Below Questions

What is the main use of c++?

553


What is difference between class and structure in c++?

623


Which programming language's unsatisfactory performance led to the discovery of c++?

800


Is string an object in c++?

654


What do you mean by delegate? Can a user retain delegates?

525






What is the insertion operator and what does it do?

561


What is while loops?

615


Can we specify variable field width in a scanf() format string? If possible how?

662


What are the differences between malloc() and calloc()?

613


What do you mean by const correctness?

627


Write a struct time where integer m, h, s are its members?

518


Can we make copy constructor private in c++?

593


Does c++ support exception handling?

594


What is the difference between a reference and a pointer?

596


Write a program to show polymorphism in C++?

628